Searched refs:dialog (Results 1 - 25 of 139) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitScriptDialog.cpp25 static WebKitScriptDialog* webkitScriptDialogCopy(WebKitScriptDialog* dialog) argument
28 new (copy) WebKitScriptDialog(dialog);
32 static void webkitScriptDialogFree(WebKitScriptDialog* dialog) argument
34 dialog->~WebKitScriptDialog();
35 g_slice_free(WebKitScriptDialog, dialog);
42 * @dialog: a #WebKitScriptDialog
44 * Get the dialog type of a #WebKitScriptDialog.
46 * Returns: the #WebKitScriptDialogType of @dialog
48 WebKitScriptDialogType webkit_script_dialog_get_dialog_type(WebKitScriptDialog* dialog) argument
50 g_return_val_if_fail(dialog, WEBKIT_SCRIPT_DIALOG_ALER
63 webkit_script_dialog_get_message(WebKitScriptDialog* dialog) argument
82 webkit_script_dialog_confirm_set_confirmed(WebKitScriptDialog* dialog, gboolean confirmed) argument
100 webkit_script_dialog_prompt_get_default_text(WebKitScriptDialog* dialog) argument
120 webkit_script_dialog_prompt_set_text(WebKitScriptDialog* dialog, const char* text) argument
[all...]
H A DWebKitScriptDialog.h38 * @WEBKIT_SCRIPT_DIALOG_ALERT: Alert script dialog, used to show a
40 * @WEBKIT_SCRIPT_DIALOG_CONFIRM: Confirm script dialog, used to ask
42 * @WEBKIT_SCRIPT_DIALOG_PROMPT: Prompt script dialog, used to ask
57 webkit_script_dialog_get_dialog_type (WebKitScriptDialog *dialog);
60 webkit_script_dialog_get_message (WebKitScriptDialog *dialog);
63 webkit_script_dialog_confirm_set_confirmed (WebKitScriptDialog *dialog,
67 webkit_script_dialog_prompt_get_default_text (WebKitScriptDialog *dialog);
70 webkit_script_dialog_prompt_set_text (WebKitScriptDialog *dialog,
H A DWebKitScriptDialogPrivate.h43 _WebKitScriptDialog(WebKitScriptDialog* dialog) argument
44 : type(dialog->type)
45 , message(dialog->message)
46 , defaultText(dialog->defaultText)
47 , confirmed(dialog->confirmed)
48 , text(dialog->text)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DApplication.cpp88 // Create the chooser dialog.
90 ChooserDialog * dialog; local
93 dialog = new ChooserDialog;
94 dialog->Create( IDD_CHOOSER_DIALOG );
95 m_pMainWnd = dialog;
96 dialog->ShowWindow( SW_SHOW );
/macosx-10.10.1/OpenSSH-189/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
78 dialog = gnome_dialog_new("OpenSSH", GNOME_STOCK_BUTTON_OK,
85 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox),
90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE,
96 gtk_object_set(GTK_OBJECT(dialog), "type", GTK_WINDOW_POPUP, NULL);
97 gnome_dialog_set_default(GNOME_DIALOG(dialog), 0);
98 gtk_window_set_position (GTK_WINDOW(dialog), GTK_WIN_POS_CENTER);
99 gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, FALSE, TRUE);
100 gnome_dialog_close_hides(GNOME_DIALOG(dialog), TRUE);
101 gtk_container_set_border_width(GTK_CONTAINER(GNOME_DIALOG(dialog)
[all...]
H A Dgnome-ssh-askpass2.c80 ok_dialog(GtkWidget *entry, gpointer dialog) argument
82 g_return_if_fail(GTK_IS_DIALOG(dialog));
83 gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_OK);
92 GtkWidget *dialog, *entry; local
99 dialog = gtk_message_dialog_new(NULL, 0,
106 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), entry, FALSE,
112 gtk_window_set_title(GTK_WINDOW(dialog), "OpenSSH");
113 gtk_window_set_position (GTK_WINDOW(dialog), GTK_WIN_POS_CENTER);
114 gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE);
115 gtk_label_set_line_wrap(GTK_LABEL((GTK_MESSAGE_DIALOG(dialog))
121 G_CALLBACK(ok_dialog), dialog); local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Ddialog2.rb2 # a dialog box with a global grab (called by 'widget')
13 "This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate."
30 'prev_command'=>proc{|dialog|
31 Tk.after 100, proc{dialog.grab('global')}
H A Ddialog1.rb2 # a dialog box with a local grab (called by 'widget')
13 'This is a modal dialog box. It uses Tk\'s "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.'
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ddialog2.rb3 # a dialog box with a global grab (called by 'widget')
32 'prev_command'=>proc{|dialog|
33 Tk.after 100, proc{dialog.grab('global')}
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DApplication.cpp66 BrowserDialog dialog; local
79 // Display the main browser dialog.
81 m_pMainWnd = &dialog;
82 dialog.DoModal();
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.y43 static struct dialog dialog;
166 | input dialog
335 dialog: label
339 memset (&dialog, 0, sizeof dialog);
340 dialog.x = $5;
341 dialog.y = $6;
342 dialog.width = $7;
343 dialog
[all...]
H A Drcparse.c272 static struct dialog dialog; variable in typeref:struct:dialog
708 "acc_options", "acc_option", "bitmap", "cursor", "dialog", "@1", "@2",
1966 memset (&dialog, 0, sizeof dialog);
1967 dialog.x = yyvsp[-3].il;
1968 dialog.y = yyvsp[-2].il;
1969 dialog.width = yyvsp[-1].il;
1970 dialog.height = yyvsp[0].il;
1971 dialog
[all...]
H A Dresrc.c770 /* Define a dialog resource. */
774 const struct dialog *dialog)
776 struct dialog *copy;
779 copy = (struct dialog *) res_alloc (sizeof *copy);
780 *copy = *dialog;
785 r->u.dialog = copy;
789 /* Define a dialog control. This does not define a resource, but
1452 static void write_rc_dialog (FILE *, const struct dialog *);
1613 case RT_DIALOG: s = "dialog"; brea
771 define_dialog(struct res_id id, const struct res_res_info *resinfo, const struct dialog *dialog) argument
1992 write_rc_dialog(FILE *e, const struct dialog *dialog) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGoToLineDialog.css26 .go-to-line-dialog {
41 .go-to-line-dialog > div {
49 .go-to-line-dialog > div > input {
61 .go-to-line-dialog > div > input::-webkit-input-placeholder {
65 .go-to-line-dialog > div > img {
78 .go-to-line-dialog > div > img:active {
82 .go-to-line-dialog.non-empty > div > img {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Ddialog1.tcl3 # This demonstration script creates a dialog box with a local grab.
8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
H A Ddialog2.tcl3 # This demonstration script creates a dialog box with a global grab.
13 set i [tk_dialog .dialog2 "Dialog with global grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Ddialog1.tcl3 # This demonstration script creates a dialog box with a local grab.
8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
H A Ddialog2.tcl3 # This demonstration script creates a dialog box with a global grab.
13 set i [tk_dialog .dialog2 "Dialog with global grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dgetstring.rb6 # * A dialog which consists of an Entry, OK, and Cancel buttons.
40 dialog = self.new(*args)
41 dialog.show
42 [dialog.status, dialog.value]
H A Dswaplist.rb6 # * A dialog which allows a user to move options between two lists
39 dialog = self.new(*args)
40 dialog.show
41 [dialog.status, dialog.value]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Ddialog.rb2 # ttk::dialog (tile-0.7+)
16 TkPackage.require('ttk::dialog') # this may be required.
22 TkCommandNames = ['::ttk::dialog'.freeze].freeze
25 dialog = self.new(*args)
26 dialog.show
27 [dialog.status, dialog.value]
34 Tk.tk_call('::ttk::dialog::define', name, keys)
60 window(tk_call_without_enc('::ttk::dialog::clientframe', @path))
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMake25fpsMovie.tcl15 .m tracks add picture 1 0 $frameDuration $imageList -dialog 0 -keyframerate 25
H A DTestAddImage.tcl14 .m tracks add picture 1 0 600 $firstImage -compressor jpeg -dialog 0 \
/macosx-10.10.1/vim-55/src/
H A Dgui_gtk.c60 # define ENABLE_NLS /* so the texts in the dialog boxes are translated */
91 static void entry_changed_cb(GtkWidget *entry, GtkWidget *dialog);
857 /* We create the dialog each time, so that the button text can be "Open"
943 GtkWidget *dirdlg; /* file selection dialog */
973 /* Run the dialog. */
1000 GtkWidget *dialog; local
1012 dialog = gtk_message_dialog_new(GTK_WINDOW(gui.mainwin),
1022 gtk_window_set_title(GTK_WINDOW(dialog), (const char *)title);
1027 gtk_window_set_title(GTK_WINDOW(dialog), "VIM");
1030 return dialog;
1141 dialog_add_buttons(GtkDialog *dialog, char_u *button_string) argument
1232 GtkDialog *dialog; /* Widget of the dialog */ member in struct:_DialogInfo
1273 GtkWidget *dialog; local
1455 GtkWidget *dialog; /* the main dialog widget */ member in struct:_SharedFindReplace
1846 entry_changed_cb(GtkWidget * entry, GtkWidget * dialog) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DFetch.pm63 my @dialog = split(/\n/, <<"END_FTP");
71 foreach (@dialog) { $fh->print("$_\n") }

Completed in 148 milliseconds

123456