ftp.nice.ch/pub/next/text/tex/apps/TeXview-kp0.25.s.tar.gz#/TeXview-grey/ComScroll.h

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 ;

- (char *)getLastLine;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.