Go to the first, previous, next, last section, table of contents.


6.17 The dialog widget

6.17.1 Description

The dialog widget is a window (see section 6.74 The window widget) that has a vertical box (see section 6.65 The vertical box widget), a horizontal box (see section 6.25 The horizontal box widget), separated with a horizontal separator (see section 6.31 The horizontal separator widget).

6.17.2 Options

6.17.3 Signals

6.17.4 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.

@gtkstdmacros{Dialog, DIALOG}


Go to the first, previous, next, last section, table of contents.