pteSaveLayerSet
pteSaveLayerSet(
[ w_windowId ]
)
=> t / nil
Description
Saves the changes made to the layer set that is currently in use.
Arguments
|
ID of the window containing the Palette from which you want to save information. |
Value Returned
Examples
pteSaveLayerSet()
pteSaveLayerSet(window(2))
Return to top