Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 2 - Color Picker Manager Reference /
Constants and Data Types


Edit Menu Items Structure

The MenuItemInfo structure is contained in the PickerDialogInfo (page 2-24), SystemDialogInfo (page 2-23), and ApplicationDialogInfo structures (page 2-25); it allows your application to specify your Edit menu for use when a color picker dialog box is displayed.

typedef struct MenuItemInfo {
   short editMenuID; /* resource ID of the edit menu */
   short cutItem;    /* item number of Cut command */
   short copyItem;   /* item number of Copy command */
   short pasteItem;  /* item number of Paste command */
   short clearItem;  /* item number of Clear command */
   short undoItem;   /* item number of Undo command */
} MenuItemInfo;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996