gravityEditCellViewOnly
layout gravityEditCellViewOnly boolean { t | nil }
Description
Implies gravity works within current cellview only.
The default is t. When set to nil, it implies gravity also works outside the current cellview. This environment variable is useful in Edit In Place mode, when the current cellview is not the same as the window cellview.
GUI Equivalent
Examples
envGetVal("layout" "gravityEditCellViewOnly")
envSetVal("layout" "gravityEditCellViewOnly" 'boolean nil)
Related Topics
Return to top