Constructor

Gtk.Dialog.new

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 GtkWidget

Ownership is not transferred to the caller