On Wed, 1 Sep 2010, Albrecht Schlosser wrote: >> is there any way to programmatically scroll an >> Fl_Help_View all the way down?
> void Fl_Help_View::topline (int top) > I didn't test/use it, but the docs say: > "If the given pixel value top is out of range, then the text is scrolled > to the top or bottom of the document, resp." > Thus, setting a very high top value ought to do it. That worked- sort of. Actually it scrolls so far down then that the content of the screen scrolls off the top of the screen. But this definitely looks like this is the direction I have to be looking. Thanks for the hint. Best, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

