reColorGUIScope
mpt reColorGUIScope cyclic { "currentCellView" | "outdatedCells" | "all"}
Description
Sets and queries the ReColor All GUI mode.
-
currentCellView: Sets the GUI to Current CellView mode. -
outdatedCells: Sets the GUI to Outdated Cells mode. -
all: Sets the GUI to all mode.
GUI Equivalent
Examples
envGetVal("mpt" "reColorGUIScope")
envSetVal("mpt" "reColorGUIScope" 'cyclic "currentCellView")
envSetVal("mpt" "reColorGUIScope" 'cyclic "outdatedCells")
envSetVal("mpt" "reColorGUIScope" 'cyclic "all")
Related Topics
Return to top