This is ComScroll.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/ScrollView.h>
#import <sys/time.h>
@interface ComScroll:ScrollView
{
id text ;
id delegate ;
int childID ;
int eofcount ;
char eofchar[1] ;
int fdadded ;
int masterFD ;
struct timeval waittime ;
int waiting ;
}
+ newFrame:(const NXRect *)frameRect;
- addText:(const char *)s;
- logCommand:(const char *)s inBack:(int)async;
- abortCommand:sender;
- text;
- awake ;
- killOff ;
- closeChild:(int)fd ;
- handler:(int)fd ;
- sendToMaster:(const char *)s;
- clear ;
- (BOOL)textWillChange:textObject ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.