GtkDialogFlags
Flags used to influence dialog construction.
Value | Symbolic name | Description |
1 | Gtk::DIALOG_MODAL | Make the constructed dialog modal, see set_modal. |
2 | Gtk::DIALOG_DESTROY_WITH_PARENT | Destroy the dialog when its parent is destroyed, see set_destroy_with_parent() . |
4 | Gtk::DIALOG_NO_SEPARATOR | Don't put a separator between the action area and the dialog content. |