![]() |
IndicatorDragConstraint |
Header: Controls.h |
struct IndicatorDragConstraint { Rect limitRect; Rect slopRect; DragConstraint axis; }; typedef IndicatorDragConstraint IndicatorDragConstraintPtr;
A pointer to a rectanglewhose coordinates should normally coincide with or be contained in the windows content regiondelimiting the area in which the user can drag the controls outline.
A pointer to a rectangle that allows some extra space for the user to move the mouse while still constraining the control within the rectangle specified in the limitRect parameter.
The axis along which the user may drag the controls outline; see
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)