...
This command auto-hides a docking window, or pane. Auto-hiding a pane replaces the window with a small button with some text and an icon on the edge of the main Shogun main Shogun window.
Auto-hidden windows are useful in that they reduce visual clutter in your workspace. They allow quick access to the panes you want close by but not visible all the time. If you hover over the button, the pane quickly shows, enabling you to perform an operation. When you click away from the pane, the pane disappears again.
...
Name | Type | Required | Comments |
---|---|---|---|
windowName | string | true | The name of the window to auto-hide |
Flags
None
Return value
void void
Examples
Code Block | ||
---|---|---|
| ||
// Auto-hide the "Attributes" window |
...
autohideWindow "Attributes"; |
Additional information
Related commands
...