Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiLowerTab

hiLowerTab(
w_windowID
)
=> t / nil

Description

Lowers a tabbed window contained in a session window to the bottom of the list of tabbed windows.

If there is only a single tab, the function does nothing.

If there are multiple tabs, and the function is passed the window ID of the current tab, and it cycles to the next tab in the sequence.

If passed the window ID of one of the tabs that is not the current tab, the function does nothing.

Only a window ID should be specified for this function. If a session window ID is specified, the function displays a warning and return nil.

Argument

w_windowID

The ID of the window you want to lower. The window must be contained in a session window.

Values Returned

t

The window is lowered.

nil

The window is not lowered.

Related Topics

Window Functions

hiRaiseTab

hiRaiseWindow

hiLowerWindow


Return to top
 ⠀
X