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()

Values

ValueMeaning
DESTROY_WITH_PARENT1 << 1

Meta