pteCloseLayerSetEdition
pteCloseLayerSetEdition(
[ w_windowId ]
)
=> t / nil
Description
Closes layer set editing mode for the specified window, or for the current window if no window ID is specified.
Arguments
|
ID of the window containing the Palette for which you want to close the layer set editing mode. |
Value Returned
Examples
pteCloseLayerSetEdition()
pteCloseLayerSetEdition(window(2))
Return to top