[..] > > I assume, though I don't know for sure, that Fl_Table inherits > > the limitations of Fl_Scroll that are due to the fact > > that Fl_Widget stores its geometry in short ints. I wonder > > if there's any chance of changing this in 1.1.8? > > No, that would break binary compatibility. > > --
It doesn't have to. The scrolling widget could store its own copy of the x/y coordinates of its contents as ints. In the "millions of widgets" thread, Ian demonstrated how this could be done. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

