summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:34:00 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:34:00 +0200
commit372109e385d6de7cf29b378eb6f21edaf15be07c (patch)
tree227fde84238fcd11fd59597ad3842b145a343fdc /MLKListenerController.h
parentbb6d54154bd6a33806c04b98475228450b5aa1b0 (diff)
Listener: Disable the “Submit” button while the interpreter is working, move status messages to the bottom left.
Diffstat (limited to 'MLKListenerController.h')
-rw-r--r--MLKListenerController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKListenerController.h b/MLKListenerController.h
index 3a1d725..d9714dd 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -24,6 +24,7 @@
IBOutlet id inputField;
IBOutlet id outputTextView;
IBOutlet id statusText;
+ IBOutlet id submitButton;
}
- (IBAction)submit:(id)sender;
@end