pteToggleAllStipple
pteToggleAllStipple(t_panelName[w_windowId] ) => t / nil
Description
Toggles the stipple visibility status of all the layer-purpose pairs in the specified panel.
Arguments
|
Name of the Palette panel. |
|
|
ID of the window containing the Palette that you want to update. |
Value Returned
|
The stipple visibility status of all layer-purpose pairs was toggled. |
|
Examples
pteToggleAllStipple("Layers")
pteToggleAllStipple("Layers" window(2))
Return to top