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; - addText2:(const char *)s:(int) len; - 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 ; - MoConOut:(id) i; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.