pteSetOnlyVisible
pteSetOnlyVisible(
{ t_layerPurposeName | t_paletteElementPath }
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Turns on the visibility of the specified item in the specified panel. All other items are made invisible.
Arguments
|
Name of the Palette panel. |
|
|
ID of the window containing the Palette that you want to update. |
|
Value Returned
Examples
pteSetOnlyVisible("Nwell drawing" "Layers")
pteSetOnlyVisible("Oxide drawing" "Layers" window(2))
Return to top