...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
to | 1 | string | — | Lets you dock the window to the side of another docking window. Using this flag lets you create complex window layouts. |
Return value
void
Examples
...
// Create a User Window
...
createWindow "DockTest";
...
// Dock it to the left of the Attributes window
...
dockWindow "DockTest" "left" -to "Attributes";
Additional information
Related commands
...