diff options
Diffstat (limited to 'Nim/Cocoa/Menulet.h')
-rw-r--r-- | Nim/Cocoa/Menulet.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Nim/Cocoa/Menulet.h b/Nim/Cocoa/Menulet.h new file mode 100644 index 0000000..0993547 --- /dev/null +++ b/Nim/Cocoa/Menulet.h @@ -0,0 +1,11 @@ +#import <Cocoa/Cocoa.h> + + +@interface Menulet : NSObject { + NSStatusItem* statusItem; + IBOutlet NSMenu *statusMenu; +} + +-(IBAction) updateStatus: (id) sender; + +@end
\ No newline at end of file |