pteEditLayerSet
pteEditLayerSet(
[ w_windowId ]
)
=> t / nil
Description
Enables addition or deletion of layer-purpose pairs in a layer set.
Arguments
|
ID of the window containing the Palette that you want to modify. |
Value Returned
|
The layer-purpose pair was added to or deleted from the layer set. |
|
Examples
pteEditLayerSet()
pteEditLayerSet(window(2))
Return to top