On 01.09.2010, at 01:18, Marc R.J. Brevoort wrote: > is there any way to programmatically scroll an > Fl_Help_View all the way down?
void Fl_Help_View::topline (int top) <http://www.fltk.org/doc-1.3/classFl__Help__View.html#130b631f4cdc5a5e80a95bb19382a9ba> 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. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

