home *** CD-ROM | disk | FTP | other *** search
-
- /* 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
-