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
|
The ID of the window you want to lower. The window must be contained in a session window. |
Values Returned
Related Topics
Return to top