showMarkerChanges
layout.cle showMarkerChanges boolean { t | nil }
Description
Displays the number of markers in the Summary pane and the marker details in the Details pane of the Concurrent Layout assistant. The default is nil, which means that the markers are not displayed in the assistant.
This option applies to the OBJECTS and MODIFICATIONS sections only. Markers in the ALERTS section are always displayed.
GUI Equivalent
Examples
envGetVal("layout.cle" "showMarkerChanges")
envSetVal("layout.cle" "showMarkerChanges" 'boolean t)
envSetVal("layout.cle" "showMarkerChanges" 'boolean nil)
List of Concurrent Layout Environment Variables
Return to top