Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / OpenStep / Controller.h
diff --git a/src/OpenStep/Controller.h b/src/OpenStep/Controller.h
new file mode 100644 (file)
index 0000000..3e2b7d0
--- /dev/null
@@ -0,0 +1,24 @@
+#import <AppKit/AppKit.h>
+
+@interface Controller:NSObject
+{
+       id activeTerm;
+       id keyTerm;
+       id NameField;
+       NSConnection *myConnection;
+       float offset;
+       int gnuviewNum;
+}
+
+- newGnuTerm:sender;
+- (void) applicationDidFinishLaunching:(NSNotification *) notification;
+- activeTerm;
+- (void) setActiveTerm:newView;
+- (void) setKeyTerm:newTerm;
+- (void) setKeyTitle:sender;
+- (void) printPScodeInKey:sender;
+- (void) executePScode:(NSString *) PSstring termTitle:(NSString *) title;
+
+@end
+
+