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 904e962..f2f6070
@@ -1,18 +1,26 @@
-//
-//  ITStatusItem.h
-//  iThinkAppKit
-//
-//  Created by Joseph Spiros on Fri Dec 06 2002.
-//  Copyright (c) 2002 iThink Software. All rights reserved.
-//
-
-#import <AppKit/AppKit.h>
+/*
+ *     ITKit
+ *     ITStatusItem.h
+ *
+ *     NSStatusItem subclass which attempts to approximate NSMenuExtra's
+ *             appearance and functionality.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
 
+#import <Cocoa/Cocoa.h>
 
 @interface ITStatusItem : NSStatusItem {
-    NSStatusItem *statusItem;
+
 }
-- (NSStatusItem*) statusItem;
-- (NSImage*) alternateImage;
-- (void) setAlternateImage:(NSImage*)image;
-@end
+
+- (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;
+
+- (NSImage *)alternateImage;
+- (void)setAlternateImage:(NSImage *)image;
+
+@end
\ No newline at end of file