Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITButtonCell.h
old mode 100755 (executable)
new mode 100644 (file)
index fea3247..cff5c4b
@@ -1,16 +1,22 @@
-#import <Cocoa/Cocoa.h>
+/*
+ *     ITKit
+ *     ITButtonCell.h
+ *
+ *     Custom NSButtonCell subclass that provides a stylized bezel style for use
+ *             with ITStatusWindows.
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
 
+#import <Cocoa/Cocoa.h>
 
 typedef enum _ITBezelStyle {
-    ITGrayRoundedBezelStyle  = 1001
+       ITGrayRoundedBezelStyle = 1001
 } ITBezelStyle;
 
-
 @interface ITButtonCell : NSButtonCell {
-
-    ITBezelStyle _subStyle;
-
+       ITBezelStyle _subStyle;
 }
 
-
-@end
+@end
\ No newline at end of file