Carbon


MenuTitleDrawingWithContextProcPtr

Header: Appearance.h Carbon status: Under Evaluation

typedef void(* MenuTitleDrawingWithContextProcPtr) (
    const Rect *inBounds, 
    SInt16 inDepth, 
    Boolean inIsColorDevice, 
    SInt32 inUserData, 
    void *context
);

You would declare your function like this if you were to name it MyMenuTitleDrawingWithContextCallback:

void MyMenuTitleDrawingWithContextCallback (
    const Rect *inBounds, 
    SInt16 inDepth, 
    Boolean inIsColorDevice, 
    SInt32 inUserData, 
    void *context
);

© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)