Packages
gdl-1.0
Gdl
DockItemBehavior
CANT_CLOSE
CANT_DOCK_BOTTOM
CANT_DOCK_CENTER
CANT_DOCK_LEFT
CANT_DOCK_RIGHT
CANT_DOCK_TOP
CANT_ICONIFY
LOCKED
NEVER_FLOATING
NEVER_HORIZONTAL
NEVER_VERTICAL
NORMAL
NO_GRIP
DockItemBehavior
Description:
[
CCode
( cprefix =
"GDL_DOCK_ITEM_BEH_"
) ]
[
Flags
]
public
enum
DockItemBehavior
Described the behaviour of a doc item.
The item can have multiple flags set.
Namespace:
Gdl
Package:
gdl-1.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