Enumeration

GtkDialogFlags

Declaration

flags Gtk.DialogFlags

Description [src]

Flags used to influence dialog construction.

Members

Name Description
GTK_DIALOG_MODAL

Make the constructed dialog modal, see gtk_window_set_modal()

GTK_DIALOG_DESTROY_WITH_PARENT

Destroy the dialog when its parent is destroyed, see gtk_window_set_destroy_with_parent()

GTK_DIALOG_USE_HEADER_BAR

Create dialog with actions in header bar instead of action area. Since 3.12.