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