The dialog widget
=================
Description
-----------
The dialog widget is a window (Note:GtkWindow) that has a
vertical box (Note:GtkVBox), a horizontal box (Note:GtkHBox),
separated with a horizontal separator (Note:GtkHSeparator).
Options
-------
Signals
-------
Functions
---------
- Function: guint gtk_dialog_get_type (void)
Returns the `GtkDialog' type identifier.
- Function: GtkWidget* gtk_dialog_new (void)
Create a new `GtkDialog' object and return the new widget as a
pointer to a `GtkWidget' object. `NULL' is returned on failure.
- Function: GtkDialog* GTK_DIALOG (gpointer OBJ)
Cast a generic pointer to `GtkDialog*'. Note:Standard Macros,
for more info.
- Function: GtkDialogClass* GTK_DIALOG_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkDialogClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_DIALOG (gpointer OBJ)
Determine if a generic pointer refers to a `GtkDialog' object.
Note:Standard Macros, for more info.