Initial revision
[ITKit.git] / ITStatusItem.h
1 //
2 //  ITStatusItem.h
3 //  iThinkAppKit
4 //
5 //  Created by Joseph Spiros on Fri Dec 06 2002.
6 //  Copyright (c) 2002 iThink Software. All rights reserved.
7 //
8
9 #import <AppKit/AppKit.h>
10
11
12 @interface ITStatusItem : NSStatusItem {
13     NSStatusItem *statusItem;
14 }
15 - (NSStatusItem*) statusItem;
16 - (NSImage*) alternateImage;
17 - (void) setAlternateImage:(NSImage*)image;
18 @end