pteToggleAllSelectable
pteToggleAllSelectable(t_panelName[w_windowId] ) => t / nil
Description
Toggles the selectability status of all the items listed in the specified panel.
Arguments
Value Returned
|
The selectability status of all the items in the specified panel was toggled. |
|
Examples
pteToggleAllSelectable("Objects")
pteToggleAllSelectable("Objects" window(2))
Return to top