Carbon


ThemeTabTitleDrawWithContextProcPtr

Header: Appearance.h Carbon status: Under Evaluation

typedef void(* ThemeTabTitleDrawWithContextProcPtr) (
    const Rect *bounds, 
    ThemeTabStyle style, 
    ThemeTabDirection direction, 
    SInt16 depth, 
    Boolean isColorDev, 
    UInt32 userData, 
    void *context
);

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

void MyThemeTabTitleDrawWithContextCallback (
    const Rect *bounds, 
    ThemeTabStyle style, 
    ThemeTabDirection direction, 
    SInt16 depth, 
    Boolean isColorDev, 
    UInt32 userData, 
    void *context
);

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