home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / TeX / tex / src / texview / ComScroll.h < prev    next >
Encoding:
Text File  |  1992-05-04  |  588 b   |  34 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/ScrollView.h>
  5. #import <sys/time.h>
  6.  
  7. @interface ComScroll:ScrollView
  8. {
  9.    id text ;
  10.    id delegate ;
  11.    int childID ;
  12.    int eofcount ;
  13.    char eofchar[1] ;
  14.    int fdadded ;
  15.    int masterFD ;
  16.    struct timeval waittime ;
  17.    int waiting ;
  18. }
  19.  
  20. + newFrame:(const NXRect *)frameRect;
  21. - addText:(const char *)s;
  22. - logCommand:(const char *)s inBack:(int)async;
  23. - abortCommand:sender;
  24. - text;
  25. - awake ;
  26. - killOff ;
  27. - closeChild:(int)fd ;
  28. - handler:(int)fd ;
  29. - sendToMaster:(const char *)s;
  30. - clear ;
  31. - (BOOL)textWillChange:textObject ;
  32.  
  33. @end
  34.