pteShowColoredLSManager
layout pteShowColoredLSManager boolean { t | nil }
Description
Displays colored buttons for layer sets to help you quickly identify layer sets in the Layer Set Manager in the Layers panel of the Palette assistant.
By default, the active layer set is highlighted in black. For any inactive layer set, a colored button is shown if a layer-purpose pair is defined for that layer set by using the pteSetLayerSetColoredLpp SKILL function, in which case the color of the button is picked from the specified layer-purpose pair.
GUI Equivalent
Examples
envGetVal("layout" "pteShowColoredLSManager")
envSetVal("layout" "pteShowColoredLSManager" 'boolean t)
Related Topics
Return to top