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