Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

NameTypeRequiredComments
windowNamestringtrueThe name of the window to auto-hide

Flags

None

Return value

void void

Examples

Code Block
languagetext
// Auto-hide the "Attributes" window

...


autohideWindow "Attributes";

Additional information

Related commands

...