pteShowAllTools
pteShowAllTools(t_panelName[w_windowId] ) => t / nil
Description
Displays all the toolbars in the specified Palette panel.
Arguments
|
Name of the Palette panel. |
|
|
ID of the window containing the Palette that you want to update. |
Value Returned
Examples
pteShowAllTools("Layers")
pteShowAllTools("Layers" window(2))
Return to top