summaryrefslogtreecommitdiff
path: root/MLKListenerController.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:24:10 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-28 12:24:10 +0200
commitbb6d54154bd6a33806c04b98475228450b5aa1b0 (patch)
tree25d4b50cd5e35e796ab94010d28da5fca1099d3c /MLKListenerController.h
parent8669238771ef69a1e7817185c7fd2c03e926818b (diff)
Listener: Add a bottom bar indicating the interpreter's status.
Diffstat (limited to 'MLKListenerController.h')
-rw-r--r--MLKListenerController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKListenerController.h b/MLKListenerController.h
index 079635d..3a1d725 100644
--- a/MLKListenerController.h
+++ b/MLKListenerController.h
@@ -20,8 +20,10 @@
@interface MLKListenerController : NSObject
{
+ IBOutlet id indicatorText;
IBOutlet id inputField;
IBOutlet id outputTextView;
+ IBOutlet id statusText;
}
- (IBAction)submit:(id)sender;
@end