Adding quick fix get-the-fuck-out-of-the-way positioning
[ITKit.git] / ITButtonCell.h
1 #import <Cocoa/Cocoa.h>
2
3
4 typedef enum _ITBezelStyle {
5     ITGrayRoundedBezelStyle  = 1001
6 } ITBezelStyle;
7
8
9 @interface ITButtonCell : NSButtonCell {
10
11     ITBezelStyle _subStyle;
12
13 }
14
15
16 @end