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.