Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITButton.h
old mode 100755 (executable)
new mode 100644 (file)
index 618437d..eccf365
@@ -1,23 +1,17 @@
 /*
  *     ITKit
- *  ITButton
- *    Stylized button for use in Status Windows.
+ *     ITButton.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     Custom NSButton subclass that uses ITButtonCell.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 
-
 @interface ITButton : NSButton {
 
 }
 
-@end
+@end
\ No newline at end of file