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