slotStaggered
slt slotStaggered boolean { t | nil }
Description
Defines the offset mode used to add slots. If the offset mode is set to nil, slots are inline. However, if the offset mode is set to t, slots are staggered. The default is t.
GUI Equivalent
Examples
envGetVal("slt" "slotStaggered")
envSetVal("slt" "slotStaggered" 'boolean nil)
Related Topics
Variables to Customize the Settings for Slotting
Return to top