CUI Docking Panel Locations
 
 
 
CUI Docking Panel Locations

Module description

See also:
Class CUIFrameMgr

Defines

#define  CUI_NO_PANEL   0
  Turn off docking.
#define  CUI_TOP_PANEL   CUI_TOP_DOCK
  Docks to the top of the viewport.
#define  CUI_BOTTOM_PANEL   CUI_BOTTOM_DOCK
  Docks to the bottom of the viewport.
#define  CUI_LEFT_PANEL   CUI_LEFT_DOCK
  Docks to the left of the viewport.
#define  CUI_RIGHT_PANEL   CUI_RIGHT_DOCK
  Docks to the right of the viewport.
#define  CUI_FIXED_PANELS   (CUI_TOP_PANEL|CUI_BOTTOM_PANEL|CUI_LEFT_PANEL|CUI_RIGHT_PANEL)
  docs anywhere
#define  CUI_FLOATING_PANELS   (1<<4)
  Signifies a floating panel.
#define  CUI_ALL_PANELS   (CUI_FIXED_PANELS|CUI_FLOATING_PANELS)
  All options combined.

Define Documentation

#define CUI_NO_PANEL   0

Turn off docking.

#define CUI_TOP_PANEL   CUI_TOP_DOCK

Docks to the top of the viewport.

#define CUI_BOTTOM_PANEL   CUI_BOTTOM_DOCK

Docks to the bottom of the viewport.

#define CUI_LEFT_PANEL   CUI_LEFT_DOCK

Docks to the left of the viewport.

#define CUI_RIGHT_PANEL   CUI_RIGHT_DOCK

Docks to the right of the viewport.

#define CUI_FIXED_PANELS   (CUI_TOP_PANEL|CUI_BOTTOM_PANEL|CUI_LEFT_PANEL|CUI_RIGHT_PANEL)
#define CUI_FLOATING_PANELS   (1<<4)

Signifies a floating panel.

#define CUI_ALL_PANELS   (CUI_FIXED_PANELS|CUI_FLOATING_PANELS)

All options combined.