Searched refs:mainwin (Results 1 – 1 of 1) sorted by relevance
63 GtkWidget* mainwin = gtk_message_dialog_new in ShowNativeDialog() local66 gtk_window_set_title( GTK_WINDOW( mainwin ), aTitle.GetBuffer() ); in ShowNativeDialog()77 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog()78 gtk_dialog_set_default_response( GTK_DIALOG( mainwin ), nButtons ); in ShowNativeDialog()81 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog()85 nResponse = gtk_dialog_run( GTK_DIALOG(mainwin) ); in ShowNativeDialog()89 gtk_widget_destroy( GTK_WIDGET(mainwin) ); in ShowNativeDialog()
Completed in 15 milliseconds