Gdl.DockItemBehavior – gdl-3.0 Reference Manual
DockItemBehavior
Description:
[
CCode
( cprefix =
"GDL_DOCK_ITEM_BEH_"
, type_id =
"gdl_dock_item_behavior_get_type ()"
) ]
[
Flags
]
public
enum
DockItemBehavior
Described the behaviour of a doc item.
The item can have multiple flags set.
Namespace:
Gdl
Package:
gdl-3.0
Content:
Enum values:
CANT_CLOSE
-
item cannot be closed
CANT_DOCK_BOTTOM
-
item cannot be docked at bottom
CANT_DOCK_CENTER
-
item cannot be docked at center
CANT_DOCK_LEFT
-
item cannot be docked left
CANT_DOCK_RIGHT
-
item cannot be docked right
CANT_DOCK_TOP
-
item cannot be docked at top
CANT_ICONIFY
-
item cannot be iconified
LOCKED
-
item is locked, it cannot be moved around
NEVER_FLOATING
-
item cannot be undocked
NEVER_HORIZONTAL
-
item cannot be docked horizontally
NEVER_VERTICAL
-
item cannot be docked vertically
NORMAL
-
Normal dock item
NO_GRIP
-
item doesn't have a grip
2022 vala-language.org