pteSetShowUnlockedColors
pteSetShowUnlockedColors(
{ t | nil }
[ w_windowId ]
)
=> t / nil
Description
Displays or hides the unlocked colors on shapes.
Arguments
|
Displays the unlocked colors on shapes. This is the default value. |
|
|
ID of the window in which you want to display or hide unlocked colors. |
Value Returned
Examples
pteSetShowUnlockedColors(t)
pteSetShowUnlockedColors(nil window(2))
Return to top