Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITStatusItem.h
old mode 100755 (executable)
new mode 100644 (file)
index 2824f9b..f2f6070
@@ -1,27 +1,26 @@
 /*
  *     ITKit
- *  ITStatusItem
- *    NSStatusItem subclass which reduces suckage
+ *     ITStatusItem.h
  *
- *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     NSStatusItem subclass which attempts to approximate NSMenuExtra's
+ *             appearance and functionality.
  *
- *  Copyright (c) 2002 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
 #import <Cocoa/Cocoa.h>
 
+@interface ITStatusItem : NSStatusItem {
 
-@interface ITStatusItem : NSStatusItem
-{
 }
 
-- (id)initWithStatusBar:(NSStatusBar*)statusBar withLength:(float)length;
+- (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;
 
-- (NSImage*) alternateImage;
-- (void) setAlternateImage:(NSImage*)image;
+- (NSImage *)alternateImage;
+- (void)setAlternateImage:(NSImage *)image;
 
-@end
+@end
\ No newline at end of file