This is MyView.h in view mode; [Download] [Up]
#import <appkit/View.h>
@interface MyView:View
{
id bgSlider;
id fgSlider;
id myForm;
float foreground;
float background;
NXRect aRectangle;
}
- initFrame:(const NXRect *)frameRect;
- setBgByForm:sender;
- setBgBySlider:sender;
- setFgByForm:sender;
- setFgBySlider:sender;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.