ftp.nice.ch/pub/next/tools/frontends/Gnuplot.I.bs.tar.gz#/Gnuplot/GnuplotSource/TicOptionsPanel.h

This is TicOptionsPanel.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: TicOptionsPanel.h,v 1.8 1993/05/04 16:23:10 davis Exp $ */

#import "OptionsPanel.h"

@class Pane;

@interface TicOptionsPanel:OptionsPanel
{
    id		coordButton;
    id		coordLabelField;
    id		typeButton;
    id		typeLabelField;

    Pane	*autoPane,		/* The Panes */
		*seriesPane,
		*userPane,
		*currentPane;
}

- init;
- free;

- changeCoord:sender;
- (int)coord;
- doSetTicsType:sender;

@end

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