ftp.nice.ch/pub/next/tools/workspace/DiskPig.1.0.N.bs.tar.gz#/DiskPig1.0.N.bs/Source/BarView.h

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

/* Generated by Interface Builder */

// Copyright 1991 by Eric P. Scott.
// Permission is granted to use this code for any purpose as
// long as proper attribution is given.

#import <appkit/View.h>
#import <dpsclient/psops.h>

@interface BarView:View
{
	float	value;
}

- initFrame:(const NXRect *)frameRect;
- setFloatValue:(float)aFloat;
- (float)floatValue;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- takeFloatValueFrom:sender;
- write:(NXTypedStream *)stream;
- read:(NXTypedStream *)stream;

@end

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