home *** CD-ROM | disk | FTP | other *** search
- //
- // UWStatusView.h
- // URLwell
- //
- // Created by endian on 10.2.05.
- // Copyright (c) 2005 Enigmarelle Development. All rights reserved.
- //
-
- #import <AppKit/AppKit.h>
-
-
- @interface UWStatusView : NSView
- {
- NSImageCell *myCell;
- id myDelegate;
- NSMenu *myStatusMenu;
-
- BOOL isMouseDown;
- NSImage *menuIcon;
- }
-
- -(NSPoint)globalOrigin;
- -(void)setStatusMenu:(NSMenu *)aMenu;
- -(NSMenu *)statusMenu;
- -(id)delegate;
- -(void)setDelegate:(id)aDelegate;
-
- @end
-