pteAutoRedrawMode
layout pteAutoRedrawMode cyclic { "currentWindow" | "noWindow" | "allWindows" }
Description
Determines the scope of the auto redraw feature.
-
currentWindow: Default. The current window canvas is updated in real time whenever a change is made to a Palette panel. -
noWindow: The auto redraw feature is turned off. As a result, manual redraw is needed to update all windows. -
allWindows: All synchronized window canvases are updated in real time, whenever a change is made to a Palette panel.
GUI Equivalent
Examples
envGetVal("layout" "pteAutoRedrawMode")
envSetVal("layout" "pteAutoRedrawMode" 'cyclic "noWindow")
Related Topics
Return to top