Enhancement on selection behavior

This commit is contained in:
michael starke
2013-02-26 12:20:47 +01:00
parent edaf4aa30d
commit 2e8d35a432
10 changed files with 48 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
@interface MPOutlineViewController : MPViewController
@property (retain, readonly) NSMenu *menu;
- (void)deselectAll;
- (void)clearSelection;
@end