diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-29 08:38:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-29 08:38:07 +0000 |
commit | f219c58d00762c43f22e12055feb85b158249095 (patch) | |
tree | 32cfa1a40d5a99a60c9897bcf87fc75c854da570 /Source/SPBundleEditorController.h | |
parent | 2510f9b62f30cb3ea61c3ce7d0d12fef72af8f7e (diff) | |
download | sequelpro-f219c58d00762c43f22e12055feb85b158249095.tar.gz sequelpro-f219c58d00762c43f22e12055feb85b158249095.tar.bz2 sequelpro-f219c58d00762c43f22e12055feb85b158249095.zip |
• Bundle Editor
- added Trigger popup menu to the GUI
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 0d38b586..6656e9be 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -48,6 +48,7 @@ IBOutlet NSPopUpButton *inputFallbackPopupButton; IBOutlet NSPopUpButton *outputPopupButton; IBOutlet NSPopUpButton *scopePopupButton; + IBOutlet NSPopUpButton *triggerPopupButton; IBOutlet NSButton *removeButton; IBOutlet NSButton *addButton; IBOutlet NSButton *saveButton; @@ -101,6 +102,7 @@ - (IBAction)inputFallbackPopupButtonChanged:(id)sender; - (IBAction)outputPopupButtonChanged:(id)sender; - (IBAction)scopeButtonChanged:(id)sender; +- (IBAction)triggerButtonChanged:(id)sender; - (IBAction)duplicateCommandBundle:(id)sender; - (IBAction)addCommandBundle:(id)sender; - (IBAction)removeCommandBundle:(id)sender; |