2 // AIHoveringPopUpButtonCell.h
5 // Created by Evan Schoenberg on 12/16/05.
8 @interface AIHoveringPopUpButtonCell
: NSButtonCell
{
9 NSMutableAttributedString
*title
;
12 NSImage
*currentImage
;
15 NSMutableDictionary
*statusAttributes
;
16 NSMutableParagraphStyle
*statusParagraphStyle
;
19 float hoveredFraction
;
22 - (void)setTitle
:(NSString
*)inTitle
;
23 - (void)setImage
:(NSImage
*)inImage
;
25 - (void)setHovered
:(BOOL
)inHovered animate
:(BOOL
)animate
;
27 - (float)trackingWidth
;