DockPlacement
Description:
[ CCode ( cprefix = "GDL_DOCK_" ) ]
public enum DockPlacement
Described the docking position.
Content:
Enum values:
- BOTTOM - Dock object on the bottom
- CENTER - Dock object on top of the other
- FLOATING - Dock object in its own window
- LEFT - Dock object on the left
- NONE - No position defined
- RIGHT - Dock object on the right
- TOP - Dock object on the top