This is STObject.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "callin.h"
#import "cint.h"
#import "gstpub.h"
@interface STObject : Object
{
OOP stObject;
}
+ (int)forwardToSmalltalk:(SEL)aSelector;
//
// Used when this object is the target of a control
//
- doubleAction1:sender; // mainly for browsers
- doubleAction2:sender;
- doubleAction3:sender;
- doubleAction4:sender;
- doubleAction5:sender;
- action1:sender;
- action2:sender;
- action3:sender;
- action4:sender;
- action5:sender;
- action6:sender;
- action7:sender;
- action8:sender;
- action9:sender;
- action10:sender;
//
// Need this so
//
- setOOP:(OOP)oop;
- (OOP)oop;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.