Implemented Edit button; it must be clicked to modify an entry.

This commit is contained in:
Chhom Seng
2014-01-01 19:10:03 -07:00
parent ce838f6b7a
commit da93396ee7
5 changed files with 84 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
@property (weak) IBOutlet NSButton *editButton;
- (IBAction)showImagePopup:(id)sender;
- (IBAction)handleEditButtonClickEvent:(id)sender;
/* Seperate call to ensure alle registered objects are in place */
- (void)setupNotifications:(NSWindowController *)windowController;