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

This is FunctionPane.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: FunctionPane.h,v 1.3 1993/05/04 16:21:53 davis Exp $ */

#import "Pane.h"


@interface FunctionPane:Pane
{
    id		styleMatrix;
    id		pointsStyleMatrix;
    id		pointsStyleLabel;
    id		lineStyleMatrix;
    id		lineStyleLabel;
}

- init;
- (BOOL)updateStatus:aStatus doc:aDoc;

- setFunctionStyle:sender;
- setFunctionPointsStyle:sender;
- setFunctionLineStyle:sender;

@end

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