![]() |
Item Hit Modifiers |
Header: ColorPickerComponents.h |
enum { kMouseDown = 0, kKeyDown = 1, kFieldEntered = 2, kFieldLeft = 3, kCutOp = 4, kCopyOp = 5, kPasteOp = 6, kClearOp = 7, kUndoOp = 8 };
Represents a mouse down on the item.
Represents a key down in the current edit item.
Represents a tab into an edit field.
Represents a tab out of an edit field.
Represents a cut operation in the current edit field.
Represents a copy operation in the current edit field.
Represents a paste operation in the current edit field.
Represents a clear operation in the current edit field.
Represents an undo operation in the current edit field.
A color picker must respond to user events directed at any of its items. As described for the color pickerdefined function PickerItemHitProcPtr, a color picker should respond to the event represented by the ItemHitModifiers enumeration.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)