Constructor
GtkDialognew
Declaration [src]
GtkWidget*
gtk_dialog_new (
  void
)
      Description [src]
Creates a new dialog box.
Widgets should not be packed into this GtkWindow
directly, but into the vbox and action_area, as described above.
Return value
Type: GtkWidget
The new dialog as a GtkWidget.
| The data is owned by the called function. |