OWLNext 6.32
Classes | Enumerations
Docking

Classes

class  owl::TDockable
class  owl::TDockableGadgetWindow
 A version of TGadgetWindow which is dockable. More...
class  owl::TDockableControlBar
 A control bar class that is dockable. More...
class  owl::TDockingSlip
class  owl::TFloatingSlip
class  owl::TFastList< T >
class  owl::TEdgeSlip
class  owl::THarbor

Enumerations

enum  owl::TRelPosition { owl::rpNone, owl::rpAbove, owl::rpBelow, owl::rpRightOf, owl::rpLeftOf }
enum  owl::TGridType { owl::YCoord, owl::XCoord }

Enumeration Type Documentation

Enumerator:
YCoord 

Grid type corresponds with Location:

Top & bottom edge have Y coords parallel horiz

XCoord 

Left & right edge have X coords parallel vertically.

General use 2-D rectangular relative position enum.

Used here to described the location of a docking window [more specifically the location of the EdgeSlip containing docking windows].

Note:
This enumeration corresponds to the TLocation enumeration of TDecoratedFrame.
Enumerator:
rpNone 

No location specified.

rpAbove 

Refers to top edge of frame.

rpBelow 

Refers to bottom edge of frame.

rpRightOf 

Refers to left edge of frame.

rpLeftOf 

Refers to right edge of frame.