- addDockedWindow
void addDockedWindow(DockWindow dockWin)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDockedWindowList
DockWindow[] getDockedWindowList(DockAlignment alignType)
Undocumented in source. Be warned that the author may not have intended to support it.
- layout
void layout(Rect rc)
Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).
- measure
void measure(int parentWidth, int parentHeight)
Measure widget according to desired width and height constraints. (Step 1 of two phase layout).
- onResize
void onResize(ResizerWidget source, ResizerEventType event, int newPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeDockedWindow
DockWindow removeDockedWindow(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
Layout for docking support - contains body widget and optional docked windows