Fixed responder chain issues with ViewControllers

Context menu and copy actions now working (unfinished)
This commit is contained in:
michael starke
2013-03-04 01:24:11 +01:00
parent 4c59a137a2
commit 03bb227c16
13 changed files with 151 additions and 116 deletions

View File

@@ -10,8 +10,8 @@
@interface MPOutlineViewController : MPViewController
@property (retain, readonly) NSMenu *menu;
- (void)clearSelection;
- (void)createGroup:(id)sender;
- (void)deleteEntry:(id)sender;
@end