ftp.nice.ch/pub/next/developer/resources/palettesfor2.xx/CubicSlider.1.4.s.tar.gz#/CubicSlider/CubicSliderDemo/ProgressView.h

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

/* Generated by Interface Builder */

#import <appkit/View.h>
#import <nib/InterfaceBuilder.h>
#define DEFAULTSTEPSIZE 5
#define MAXSIZE 100

@interface ProgressView:View
{
    double min;
    double max;
    float position;
    float relPosition;
}
- takeFloatValueFrom:sender;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- setPosition:(float)newPosition;
- setMin:(float)min;
- setMax:(float)max;
- (float)relPosition;
- reset;
@end

@interface Object(progressViewSenders)
- (float)floatValue;
@end

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