Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / OpenStep / GnuView.h
diff --git a/src/OpenStep/GnuView.h b/src/OpenStep/GnuView.h
new file mode 100644 (file)
index 0000000..b4002f5
--- /dev/null
@@ -0,0 +1,17 @@
+#import <AppKit/AppKit.h>
+
+#define NEXT_XMAX 7200
+#define NEXT_YMAX 5040
+
+@interface GnuView:NSView
+{
+       NSString *PSstring;
+}
+
+- (void) drawRect:(NSRect)rect;
+- initWithFrame:(NSRect)rects;
+- executePS:(NSString *) PStext;
+- (void) dealloc;
+
+
+@end