CGContextRef cgContext = (CGContextRef) MacGetCGContextRef() ;
HIRect rect = CGRectMake( 0 , 0 , w , h ) ;
HIThemeDrawPlacard( &rect , & info , cgContext, kHIThemeOrientationNormal) ;
CGContextRef cgContext = (CGContextRef) MacGetCGContextRef() ;
HIRect rect = CGRectMake( 0 , 0 , w , h ) ;
HIThemeDrawPlacard( &rect , & info , cgContext, kHIThemeOrientationNormal) ;