Home | History | Annotate | Download | only in gtk

Lines Matching full:dialog

54 // Constants relating to the layout of dialog windows:
66 // Space around the outside of a dialog's contents.
116 // As above, but a convenience method for configuring dialog size.
119 // |resizable| also controls whether the dialog will be resizable
131 // Puts all browser windows in one window group; this will make any dialog
135 // Called after an app modal dialog that used MakeAppModalWindowGroup() was
211 // Adds an action button with the given text to the dialog. Only useful when you
213 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text,
216 GtkWidget* BuildDialogButton(GtkWidget* dialog, int ids_id,
318 void ShowDialog(GtkWidget* dialog);
319 void ShowDialogWithLocalizedSize(GtkWidget* dialog,
323 void ShowDialogWithMinLocalizedWidth(GtkWidget* dialog,
328 // finds the host window of the dialog contents and then present it.
331 // Get real window for given dialog. On ChromeOS, this gives the native dialog
332 // host window. On Linux, it merely returns the passed in dialog.
333 GtkWindow* GetDialogWindow(GtkWidget* dialog);
335 // Gets dialog window bounds.
336 gfx::Rect GetDialogBounds(GtkWidget* dialog);
365 // window manager bugs. You should always call it after creating a dialog with
367 void ApplyMessageDialogQuirks(GtkWidget* dialog);