From 3db4cacf07383d3d30822d180695d78e9d6ad145 Mon Sep 17 00:00:00 2001 From: Dave DeLong Date: Wed, 24 Feb 2010 14:52:09 -0600 Subject: Added demo UI --- DDHotKeyAppDelegate.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DDHotKeyAppDelegate.h') diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h index ab448a1..4b4cbac 100644 --- a/DDHotKeyAppDelegate.h +++ b/DDHotKeyAppDelegate.h @@ -10,8 +10,20 @@ @interface DDHotKeyAppDelegate : NSObject { NSWindow *window; + NSTextView *output; } @property (assign) IBOutlet NSWindow *window; +@property (assign) IBOutlet NSTextView *output; + +- (void) addOutput:(NSString *)newOutput; + +- (IBAction) registerExample1:(id)sender; +- (IBAction) registerExample2:(id)sender; +- (IBAction) registerExample3:(id)sender; + +- (IBAction) unregisterExample1:(id)sender; +- (IBAction) unregisterExample2:(id)sender; +- (IBAction) unregisterExample3:(id)sender; @end -- cgit v1.2.3