"Fixed" ITButton... it's not REALLY fixed, as that's impossible, but it
[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