|
From: Mats B. <ma...@pr...> - 2006-02-18 08:40:56
|
Joe English wrote: > Mats Bengtsson wrote: >> I'm trying to make a solid border frame that is so frequently used on Aqua >> ^^^^^^^^^^^^^^^^^^^^^^^^^^ >> but it always get black. [...] > > Do you have any screenshots demonstrating the border style you're > looking for? (Or better yet, the name of the Appearance Manager > API routine used to draw them? :-) > Just found two candidates. Not tested what they do though. extern OSStatus DrawThemeEditTextFrame( const Rect * inRect, ThemeDrawState inState) extern OSStatus DrawThemeListBoxFrame( const Rect * inRect, ThemeDrawState inState) Mats |