mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 04:59:35 +00:00
It's getting there again :)
This commit is contained in:
@@ -14,19 +14,13 @@
|
||||
|
||||
@interface MPContextBarViewController : MPViewController
|
||||
|
||||
@property (weak) NSView *nextKeyView;
|
||||
@property (weak) IBOutlet NSButton *titleButton;
|
||||
@property (weak) IBOutlet NSButton *usernameButton;
|
||||
@property (weak) IBOutlet NSButton *passwordButton;
|
||||
@property (weak) IBOutlet NSButton *urlButton;
|
||||
@property (weak) IBOutlet NSButton *notesButton;
|
||||
@property (weak) IBOutlet NSButton *everywhereButton;
|
||||
|
||||
- (void)registerNotificationsForDocument:(MPDocument *)document;
|
||||
|
||||
- (IBAction)toggleFilterSpace:(id)sender;
|
||||
|
||||
- (BOOL)showsFilter;
|
||||
- (BOOL)showsHistory;
|
||||
- (BOOL)showsTrash;
|
||||
|
||||
- (void)showFilter;
|
||||
|
||||
- (void)showHistory;
|
||||
- (void)showTrash;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user