Important: The information in this document is obsolete and should not be used for new development.
GetPickerEditMenuState
Determines a color picker's specifications for the Edit menu.
pascal OSErr GetPickerEditMenuState ( picker thePicker, MenuState *mState);
thePicker
- The color picker whose Edit menu specifications you need to determine.
mState
- A pointer to a
MenuState
structure (page 2-19). On output, specifies the color picker's specifications for the Edit menu.DISCUSSION
In theMenuState
structure pointed to in themState
parameter, theGetPickerEditMenuState
function returns the state of the Edit menu that is needed by the color picker specified in the parameterthePicker
.Your application needs to make this call only if your application is handling its own menus and the color picker dialog box is the active window.
SEE ALSO
Listing 2-10 (page 2-21) in Advanced Color Imaging on the Mac OS illustrates how to use theGetPickerEditMenuState
function.