h52422 s 00024/00000/00000 d D 1.1 91/03/08 04:42:24 hopkins 1 0 c date and time created 91/03/08 04:42:24 by hopkins e u U f e 0 t T I 1 #ifndef _scrollable_statictext_ #define _scrollable_statictext_ #include #include typedef struct scrollable_statictext scrollable_statictext; struct scrollable_statictext : statictext { void scroll_to_top(); void scroll_to_bottom(); void scroll_up_line(); void scroll_down_line(); void scroll_up_page(); void scroll_down_page(); void set_top_line(int new_top_line); void do_set_top_line(int new_top_line); }; #endif E 1