This is TonePanelCtrl.h in view mode; [Download] [Up]
#import <objc/Object.h> #define N_Colors 6 #define Colors_MAXVAL 3.0 @interface TonePanelCtrl:Object { id imageOpCtr; id mainSlider; id mainIndicator; id colorSliders; /* Matrix */ id colorIndicators; /* Matrix */ float ratios[N_Colors]; } - init; - reset: sender; - changeMainValue: sender; - changeColorValue: sender; - colorTone: sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.