Carbon


RedrawBackgroundProcPtr

Header: ATSUnicode.h Carbon status: Under Evaluation

typedef Boolean(* RedrawBackgroundProcPtr) (
    ATSUTextLayout iLayout, 
    UniCharArrayOffset iTextOffset, 
    UniCharCount iTextLength, 
    ATSTrapezoid iUnhighlightArea[], 
    ItemCount iTrapezoidCount
);

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

Boolean MyRedrawBackgroundCallback (
    ATSUTextLayout iLayout, 
    UniCharArrayOffset iTextOffset, 
    UniCharCount iTextLength, 
    ATSTrapezoid iUnhighlightArea[], 
    ItemCount iTrapezoidCount
);

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)