ftp.nice.ch/pub/next/science/mathematics/nxyplot.NIHS.bs.tar.gz#/nxyplot/Source/ErrorBarHandler.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/Application.h>	/* for perform:with:afterDelay:cancelPrevious: */

@interface ErrorBarHandler:Object
{
    id	errorBarMatrix;
    id	plotParam;
    id	filenameMatrix;
    id	errorBarText;
    id	errorBarPanel;
    id  fileRemovalButtons;	/* buttons for selective file removal */

    BOOL everVisible;		/* has our window ever been displayed?; see init */
}

- init;
- updatePanel:sender;
- eraseDisabledCells:sender;
- windowDidResize:sender;
- removeAll:sender;
- update:sender;

@end

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