5 // Created by CiarĂ¡n Walsh on 23/09/2008.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface PBIconAndTextCell
: NSTextFieldCell
15 BOOL mouseDownInButton
;
16 BOOL mouseHoveredInButton
;
18 @
property (retain
) NSImage
*image
;
20 - (void)drawWithFrame
:(NSRect
)cellFrame inView
:(NSView
*)controlView
;