This is Pctrl.h in view mode; [Download] [Up]
/* * Pctrl -- plot control * This object is the app delegate for the gnuplot_x11 spoofer. */ #import <appkit/appkit.h> #import <dpsclient/dpsclient.h> #import <strings.h> #import <errno.h> #import <assert.h> #import "PlotView.h" #define DEBUG 1 @interface Pctrl:Object { id plotview; /* outlet: the view we're drawing in */ char **commands; int nc; #if DEBUG FILE* debug_out; /* save plot commands to a file */ #endif } -appDidInit:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.