Skip to content

Commit

Permalink
Adding a new NSView.
Browse files Browse the repository at this point in the history
Adding support for drag and drop to the dock icon.
  • Loading branch information
RyanBalfanz committed Dec 4, 2009
1 parent 3e9df8b commit 0429f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppControler.h
Expand Up @@ -13,8 +13,10 @@
IBOutlet NSTextView *outputView;
IBOutlet NSTextField *filenameField;
IBOutlet NSButton *viewLabelsButton;
IBOutlet NSView *imageView;
NSTask *task;
NSPipe *pipe;
}
- (BOOL)application:(NSApplication *)sender openFile:(NSString *)path;
- (IBAction)viewLabels:(id)sender;
@end

0 comments on commit 0429f6e

Please sign in to comment.