Return to GnuView.h CVS log | Up to [local] / OpenXM_contrib / gnuplot / NeXT |
1.1 maekawa 1: #import <appkit/appkit.h> 2: 3: /* This is the coordinate system defined in next.trm. */ 4: #define NEXT_XMAX 640 5: #define NEXT_YMAX 480 6: 7: @interface GnuView:View 8: { 9: char *PSstring; 10: } 11: 12: - drawSelf:(const NXRect *) rects : (int) rectCount; 13: - initFrame: (NXRect *)rects; 14: - executePS:(char *)PStext; 15: - free; 16: 17: 18: @end