Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deToggleToolbars

deToggleToolbars( 
[ g_sessionWindow ] ) 
=> l_toolbar / nil

Description

Toggles the currently visible toolbars off. If no visible toolbars are found, toggles the previously hidden toolbars on.

Arguments

g_sessionWindow

Session window in which to toggle the toolbars. If not specified, defaults to the session window that has the current window.

Value Returned

l_toolbar

A list of toolbars for which the visibility state has changed.

nil

The visibility state of the toolbars has not changed.

Example

deToggleToolbars(hiGetCurrentWindow())

Return to top
 ⠀
X