Gtk.DialogFlags – gtk+-3.0 Reference Manual
DialogFlags
Description:
[
CCode
( cprefix =
"GTK_DIALOG_"
, type_id =
"gtk_dialog_flags_get_type ()"
) ]
[
Flags
]
public
enum
DialogFlags
Flags used to influence dialog construction.
Namespace:
Gtk
Package:
gtk+-3.0
Content:
Enum values:
DESTROY_WITH_PARENT
-
Destroy the dialog when its parent is destroyed, see
set_destroy_with_parent
MODAL
-
Make the constructed dialog modal, see
set_modal
USE_HEADER_BAR
-
Create dialog with actions in header bar instead of action area.
2022 vala-language.org