![]() |
PickerMenuItemInfo |
Header: ColorPicker.h |
struct PickerMenuItemInfo { SInt16 editMenuID; SInt16 cutItem; SInt16 copyItem; SInt16 pasteItem; SInt16 clearItem; SInt16 undoItem; };
The resource ID of the Edit menu for the color picker.
The item number of the Cut command.
The item number of the Copy command.
The item number of the Paste command.
The item number of the Clear command.
The item number of the Undo command.
The MenuItemInfo structure is used in the PickerDialogInfo, ApplicationDialogInfo, and SystemDialogInfo structures; it allows your application to specify your Edit menu for use when a color picker dialog box is displayed.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)