pteHideAllTools
pteHideAllTools(
[ w_windowId ]
)
=> t / nil
Description
Hides all Palette tools and toolbars.
Arguments
|
ID of the window containing the Palette that you want to modify. |
Value Returned
Examples
pteHideAllTools()
pteHideAllTools(window(2))
Return to top