This is ObjectView.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <dpsclient/wraps.h>
#import "title.h"
@interface ObjectView:View
{
}
// Any subclass of View needs to implement its own drawSelf method
- drawSelf: (const NXRect *)rects :(int)rectCount;
- initFrame:(NXRect *)frameRect;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.