On 21.10.2010, at 15:14, Paul R wrote: > Hi all, i am scratching around looking for the appropriate method to have > scroll bars that will move text up and down in a display window. > > i was messing about with a scroll group and then saw in 2.0 docs that it is > for panning around an image really, and then i also saw that the multiline > text output is for short text excerpts..? what if i read a file in of 1000 > lines and wanted to display it in a widget element, box whatever of the > current window, and to move through the text i wanted a vertical scroller?
Fl_Text_Display and Fl_Text_Editor (FLTK 1.x) will probably do what you need. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

