pteWindowSynchronizationMode
layout pteWindowSynchronizationMode cyclic { "independent" | "synchronized" }
Description
Sets the synchronization mode for new windows to either independent or synchronized.
GUI Equivalent
Examples
envGetVal("layout" "pteWindowSynchronizationMode")
envSetVal("layout" "pteWindowSynchronizationMode" 'cyclic "independent")
Related Topics
Return to top