Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[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