> Is it possible to change "stepsize" for Fl_Scroll? By default it Scrolls > just one pixel if I press on arrows up & down. Is it possible to > redefine the "stepsize"? Didn't find anything on the manual and googling...
I see the following under the class reference for Fl_Scrollbar ( http://fltk.org/doc-1.3/index.html ). And since Fl_Scroll contains its Fl_Scrollbars with public access, this might be what you need. void linesize (int i) This number controls how big the steps are that the arrow keys do. -Scott. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

