Home
last modified time | relevance | path

Searched refs:prompt_dialog (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsPrintDialogGTK.cpp69 GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons( in ShowCustomDialog() local
73 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
76 GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT, GTK_RESPONSE_REJECT, -1); in ShowCustomDialog()
107 GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
109 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
124 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsPrintDialogGTK.cpp57 GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons( in ShowCustomDialog() local
61 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
64 GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT, GTK_RESPONSE_REJECT, -1); in ShowCustomDialog()
95 GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
97 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
112 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsPrintDialogGTK.cpp59 …GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons(NS_ConvertUTF16toUTF8(intlString).get(), pr… in ShowCustomDialog() local
68 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT); in ShowCustomDialog()
69 gtk_dialog_set_alternative_button_order(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
97 gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
99 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
111 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsPrintDialogGTK.cpp67 GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons( in ShowCustomDialog() local
71 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
74 GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT, GTK_RESPONSE_REJECT, -1); in ShowCustomDialog()
105 GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
107 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
122 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsPrintDialogGTK.cpp67 GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons( in ShowCustomDialog() local
71 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
74 GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT, GTK_RESPONSE_REJECT, -1); in ShowCustomDialog()
105 GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
107 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
122 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsPrintDialogGTK.cpp67 GtkWidget* prompt_dialog = gtk_dialog_new_with_buttons( in ShowCustomDialog() local
71 gtk_dialog_set_default_response(GTK_DIALOG(prompt_dialog), in ShowCustomDialog()
74 GTK_DIALOG(prompt_dialog), GTK_RESPONSE_ACCEPT, GTK_RESPONSE_REJECT, -1); in ShowCustomDialog()
105 GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(prompt_dialog))), in ShowCustomDialog()
107 gint diag_response = gtk_dialog_run(GTK_DIALOG(prompt_dialog)); in ShowCustomDialog()
122 gtk_widget_destroy(prompt_dialog); in ShowCustomDialog()
/dports/cad/pcb/pcb-4.2.0/src/hid/lesstif/
H A Ddialogs.c566 static Widget prompt_dialog = 0; variable
574 if (prompt_dialog == 0) in lesstif_prompt_for()
579 prompt_dialog = XmCreateFormDialog (mainwind, "prompt", args, n); in lesstif_prompt_for()
586 prompt_label = XmCreateLabel (prompt_dialog, "label", args, n); in lesstif_prompt_for()
596 prompt_text = XmCreateText (prompt_dialog, "text", args, n); in lesstif_prompt_for()
611 wait_for_dialog (prompt_dialog); in lesstif_prompt_for()