ftp.nice.ch/pub/next/tools/frontends/Gnuplot.1.2.s.tar.gz#/GnuplotSources/WMInspector/GnuplotInspector.h

This is GnuplotInspector.h in view mode; [Download] [Up]

/*
 *  Copyright (C) 1993  Robert Davis
 *
 *  This program is free software; you can redistribute it and/or
 *  modify it under the terms of Version 2, or any later version, of 
 *  the GNU General Public License as published by the Free Software 
 *  Foundation.
 */

/* $Id: GnuplotInspector.h,v 1.4 1993/05/30 20:09:51 davis Exp $ */

#import <apps/Workspace.h>

@interface GnuplotInspector:WMInspector
{
    id		typeField;
    id		titleText;
    id		expressionsText;

    char	title[1024];
    char	expressions[1024];
    char	typestring[1024];

    unsigned int	type;
}

+new;

-ok:sender;
-revert:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.