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 e99ef10..cff5c4b
@@ -1,31 +1,22 @@
 /*
  *     ITKit
- *  ITButtonCell
- *    Cell used by the ITButton control.
+ *     ITButtonCell.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     Custom NSButtonCell subclass that provides a stylized bezel style for use
+ *             with ITStatusWindows.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     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