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

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

#import "Pane.h"


@interface GeneralPane:Pane
{
    BOOL didSwap;		/* True if we just became the current pane */

    id  polarButton;
    id  parametricButton;
    id  borderButton;

    id  keyButton;
    id  keyDefaultButton;
    id  keyMatrix;
    id	keyLabelMatrix;

    id  timeButton;
    id  timeDefaultButton;
    id  timeMatrix;
    id	timeLabelMatrix;

    id  samplesMatrix;

    id  sizeButton;
    id  sizeXSlider;
    id  sizeYSlider;
    id  sizeTextMatrix;

    id  titleField;
}


- init;

- selectControl:sender;			/** Overridden from Pane	**/
- (BOOL)updateStatus:aStatus doc:aDoc;
- didSwapIn:sender;

- doSetPlotTitle:sender;
- doSetSizeProp:sender;
- doSetSize:sender;
- doSetBorder:sender;
- doSetPolar:sender;
- doSetParametric:sender;
- doSetSamples:sender;
- doSetKey:sender;
- doSetKeyLocation:sender;
- doSetKeyDefault:sender;
- doSetTime:sender;
- doSetTimeLocation:sender;
- doSetTimeDefault:sender;


@end

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