dimNotModifiedFigPreview
layout.cle dimNotModifiedFigPreview boolean { t | nil }
Description
Dims the display of the figures that have not been modified. The default is nil, which means unmodified figures are dimmed in the canvas.
GUI Equivalent
Examples
envGetVal("layout.cle" "dimNotModifiedFigPreview")
envSetVal("layout.cle" "dimNotModifiedFigPreview" 'boolean t)
envSetVal("layout.cle" "dimNotModifiedFigPreview" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top