Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / NeXT / GnuView.h
diff --git a/src/NeXT/GnuView.h b/src/NeXT/GnuView.h
new file mode 100644 (file)
index 0000000..394665a
--- /dev/null
@@ -0,0 +1,18 @@
+#import <appkit/appkit.h>
+
+                                               /* This is the coordinate system defined in next.trm.                                           */
+#define NEXT_XMAX 640
+#define NEXT_YMAX 480
+
+@interface GnuView:View
+{
+       char *PSstring;
+}
+
+- drawSelf:(const NXRect *) rects : (int) rectCount;
+- initFrame: (NXRect *)rects;
+- executePS:(char *)PStext;
+- free;
+
+
+@end