This is STView.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "Color.h"
#import "callin.h"
#import "cint.h"
#import "gstpub.h"
@interface STView : View
{
OOP stObject;
}
- drawSelf:(const NXRect *)rects :(int)rectCount;
- keyDown:(NXEvent *)theEvent;
- mouseDown:(NXEvent *)theEvent;
- (BOOL)performKeyEquivalent:(NXEvent *)theEvent;
- write:(NXTypedStream *)stream;
- read:(NXTypedStream *)stream;
// == new
+ (int)forwardToSmalltalk:(SEL)aSelector;
- setOOP:(OOP)anOOP;
- (OOP)oop;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.