mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 17:29:28 +00:00
Added double click action to select the group of the currently selected entry.
This feature is mainly aimed to ease navigation when browsing search results
This commit is contained in:
@@ -26,12 +26,14 @@
|
||||
APPKIT_EXTERN NSString *const MPOutlineViewDidChangeGroupSelection;
|
||||
|
||||
@class MPDocument;
|
||||
@class KPKGroup;
|
||||
|
||||
@interface MPOutlineViewController : MPViewController <MPTargetNodeResolving, NSOutlineViewDelegate, NSMenuDelegate>
|
||||
|
||||
- (void)clearSelection;
|
||||
- (void)showOutline;
|
||||
- (void)registerNotificationsForDocument:(MPDocument *)document;
|
||||
- (void)selectGroup:(KPKGroup *)group;
|
||||
|
||||
/**
|
||||
* Retrieves the current item for the current mouse location
|
||||
|
||||
Reference in New Issue
Block a user