modgenPToTTrunkInsertMode
layoutXL modgenPToTTrunkInsertMode boolean { t | nil }
Description
With this option set to t, whenever a trunk is deleted, the adjacent (existing) trunks are moved to ensure that the relative distances between them remain the same.
When the option is set to nil (default state), the adjacent (existing) trunks remain at their original positions, irrespective of whether trunks are deleted.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTTrunkInsertMode")
envSetVal("layoutXL" "modgenPToTTrunkInsertMode" 'boolean t)
Return to top