![]() |
MenuItemDrawingWithContextProcPtr |
||||
Header: | Appearance.h | Carbon status: | Under Evaluation | |
typedef void(* MenuItemDrawingWithContextProcPtr) ( const Rect *inBounds, SInt16 inDepth, Boolean inIsColorDevice, SInt32 inUserData, void *context );
You would declare your function like this if you were to name it MyMenuItemDrawingWithContextCallback:
void MyMenuItemDrawingWithContextCallback ( const Rect *inBounds, SInt16 inDepth, Boolean inIsColorDevice, SInt32 inUserData, void *context );
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)