GtkDialogFlags

Flags used to influence dialog construction. 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_NO_SEPARATOR Don't put a separator between the action area and the dialog content. This option has been deprecated in GTK+ 2.22. It will be removed in GTK+ 3

Values

ValueMeaning
DESTROY_WITH_PARENT1 << 1
NO_SEPARATOR1 << 2

Meta