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
|
Session window in which to toggle the toolbars. If not specified, defaults to the session window that has the current window. |
Value Returned
|
A list of toolbars for which the visibility state has changed. |
|
Example
deToggleToolbars(hiGetCurrentWindow())
Return to top