pteApplyParentState
layout pteApplyParentState boolean { t | nil }
Description
Toggles between the synchronized and desynchronized states of parent and child objects in the Objects and Grids panels.
The default is t, which is the synchronized mode. In this mode, when the visibility or selectability of a parent object is changed, the visibility and selectability of child objects is reset to coincide with that of the parent object.
To switch to the desynchronized mode, set the environment variable to nil.
GUI Equivalent
Examples
envGetVal("layout" "pteApplyParentState")
envSetVal("layout" "pteApplyParentState" 'boolean nil)
Related Topics
Return to top