pteShowUsedLPP
pteShowUsedLPP(
g_filterState
[ w_windowId ]
)
=> t / nil
Description
Displays only the currently used layer-purpose pairs in the Layers panel.
Arguments
|
g_filterState
|
If set to t, only the layer-purpose pairs that are currently in use are displayed. If set to nil, all layer-purpose pairs are displayed.
|
|
w_windowId
|
ID of the window containing the Palette that you want to update. Valid values: ID of any open window Default: Current window
|
Value Returned
|
t
|
The required layer-purpose pairs were displayed.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteShowUsedLPP(t)
pteShowUsedLPP(t window(2))
Return to top