Carbon


Drag Control Constants

Header: Controls.h

Specify whether the user is dragging an indicator or the whole control.

enum {
    kDragControlEntireControl = 0,
    kDragControlIndicator = 1
};

Constant descriptions

kDragControlEntireControl

Dragging the entire control.

kDragControlIndicator

Dragging the indicator.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)