pcRestrictStretchToObjects
pcRestrictStretchToObjects(d_stretchId l_objlist) =>d_stretchId/nil
Description
Lets you specify the objects affected by a particular stretch control line. Objects not specified are not moved or stretched by this stretch control line.
Arguments
|
List of objects whose location can be affected by this stretch control line. If |
Value Returned
|
Returned if d_stretchId is not defined or if there are no objects in the list of objects. |
Examples
pcRestrictStretchToObjects( stretchLine
geGetSelSet( getCurrentWindow( ) ) )
Restricts the effect of the stretch control line to only the selected objects in the cellview in the current window.
Return to top