ftp.nice.ch/peanuts/GeneralData/Documents/user-groups/SCaNeWS/IB_tutorial_Source.tar.gz#/IB_tutorial_Source/SimpleView.h

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

// Generated by Interface Builder (except the 
//      last two methods and the comments).

#import <appkit/View.h>				//  required because we're subclassing
									//     the View object
@interface SimpleView:View
{
}

//  TARGET-ACTION METHODS

- displaySquare:sender;				//  These were generated by IB.
- displayCircle:sender;
- fillToggle:sender;
- sliderMoved:sender;


//  OVERRIDDEN VIEW METHODS

- initFrame:(const NXRect *) frameRect;             //  These were inserted.
- drawSelf:(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.