disable_redraw_on_source
gui.disable_redraw_on_source boolean { true | false }
Description
If true, whenever the Tcl source() or eval () commands are called, the gui.enable_redraw environment variable is set false, the file is sourced, then gui.enable_redraw is set to true (enabled).
GUI Equivalent
Examples
getvar gui.disable_redraw_on_source
setvar gui.disable_redraw_on_source boolean true
Related Topics
Space-based Router Tcl Environment Variables
Return to top