Home | History | Annotate | Download | only in gtk

Lines Matching refs:dialog

73 // As above, but a convenience method for configuring dialog size.
76 // |resizable| also controls whether the dialog will be resizable
82 // Puts all browser windows in one window group; this will make any dialog
86 // Called after an app modal dialog that used MakeAppModalWindowGroup() was
163 // Adds an action button with the given text to the dialog. Only useful when you
165 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text,
168 GtkWidget* BuildDialogButton(GtkWidget* dialog, int ids_id,
269 void ShowDialog(GtkWidget* dialog);
270 void ShowDialogWithLocalizedSize(GtkWidget* dialog,
274 void ShowDialogWithMinLocalizedWidth(GtkWidget* dialog,
281 // Gets dialog window bounds.
282 gfx::Rect GetDialogBounds(GtkWidget* dialog);
306 // window manager bugs. You should always call it after creating a dialog with
308 void ApplyMessageDialogQuirks(GtkWidget* dialog);