Reference builder now works rudimentarily

This commit is contained in:
michael starke
2014-12-05 18:00:52 +01:00
parent 90f844f87e
commit 853f60efeb
5 changed files with 192 additions and 89 deletions

View File

@@ -12,5 +12,9 @@
@property (weak) IBOutlet NSPopUpButton *valuePopUpButton;
@property (weak) IBOutlet NSPopUpButton *searchKeyPopUpButton;
@property (weak) IBOutlet NSTextField *searchStringTextField;
@property (weak) IBOutlet NSTextField *referenceStringTextField;
- (IBAction)updateReference:(id)sender;
- (IBAction)updateKey:(id)sender;
@end