/
autohideWindow

autohideWindow

Description

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 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.

Note that panes that are "floating" may not be auto-hidden; only docked panes may be auto-hidden.

Functional area

Interface

Command syntax

Syntax

autohideWindow "windowName"

Arguments

NameTypeRequiredComments
windowNamestringtrueThe name of the window to auto-hide

Flags

None

Return value

void

Examples

// Auto-hide the "Attributes" window
autohideWindow "Attributes";

Additional information

Related commands