This is NuSliderKnob.h in view mode; [Download] [Up]
#import "Glyph.h" @interface NuSliderKnob:Glyph { NXRect boundary ; // in my coords } - boundary: (NXRect *) aRect ; - drawSelf: (NXRect *) aRect ; - init: (float) width :(float) height ; - mouseDown: (NXEvent *) anEvent ; - mouseDragged: (NXEvent *) anEvent ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.