geSingleSelectBox
geSingleSelectBox( [w_windowId] [g_partial] [l_point] ) => t / nil
Description
Implements the single mode of area selection.
With no arguments, it prompts you to enter the area to be selected in the current window. Partial selection is performed if the window environment variable partialSelect is set.
Arguments
|
Whether partial selection should be performed. |
|
|
The bounding box to be used for selection. When no bounding box is specified, this function operates interactively. |
Value Returned
Examples
Selects the objects in win1 enclosed in the bounding box described by the coordinates 0:0, 25:25. Partial selection is not performed.
geSingleSelectBox( win1 nil list(0:0 25:25) )
Related Topics
Return to top