ftp.nice.ch/pub/next/developer/resources/classes/ScrollText.s.tar.gz#/scrolltext/ScrollDis.h

This is ScrollDis.h in view mode; [Download] [Up]

#import <appkit/ScrollView.h>

@interface ScrollingTextDisplay:ScrollView {
  id font;
  id text;
  id win;
  NXRect textFrame;
}

+ newFrame:(const NXRect *)frm title:(char *)title;
- readText:(NXStream *)st burst:(int)burst;
- sizeTo:(NXCoord)w :(NXCoord)h;
- setFont:fontID;
- show;
- free;

@end

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