This is PlotView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/View.h> #import <dpsclient/psops.h> #import <strings.h> #import "plot.h" @interface PlotView:View { int cx, cy; /* drawing cursor position */ int ltype, jmode; /* line type, text justification mode */ NXCoord xscale, yscale; /* we do our own scaling */ } -display_commands: (char **)cmds : (int)ncmds; -op_clear; /* 'G' command - clear screen */ -op_vector: (int)x : (int)y; /* 'V' command */ -op_text: (int)x : (int)y : (char *)str; /* 'T' command */ -op_linetype: (int)ltype; /* 'L' command */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.