Previous Book Contents Book Index Next

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


Event Filter Function

When using the PickColor function (page 2-35), your application should set the eventProc field of the color picker parameter block (page 2-20) to point to an event filter function (page 2-57) that handles events meant for your application. This function is defined by the Color Picker Manager as follows:

typedef pascal Boolean (*UserEventProc)(EventRecord *event);

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996