displayWarningGlyph
layout.cle displayWarningGlyph boolean { t | nil }
Description
Shows a yellow warning glyph in the canvas whenever a change is being made outside the design partition. Clicking on the glyph will take you to the alert pane for more details. The default is t.
GUI Equivalent
Examples
envGetVal("layout.cle" "displayWarningGlyph")
envSetVal("layout.cle" "displayWarningGlyph" 'boolean t)
envSetVal("layout.cle" "displayWarningGlyph" 'boolean nil)
List of Concurrent Layout Environment Variables
Return to top