w00t. ITButton and ITButtonCell. Also, ITTextField is now correctly implemented...
[ITKit.git] / ITButtonCell.h
diff --git a/ITButtonCell.h b/ITButtonCell.h
new file mode 100755 (executable)
index 0000000..fea3247
--- /dev/null
@@ -0,0 +1,16 @@
+#import <Cocoa/Cocoa.h>
+
+
+typedef enum _ITBezelStyle {
+    ITGrayRoundedBezelStyle  = 1001
+} ITBezelStyle;
+
+
+@interface ITButtonCell : NSButtonCell {
+
+    ITBezelStyle _subStyle;
+
+}
+
+
+@end