Stan wrote:
 > 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?

        I'd look for the change from shorts -> ints in 1.2.x

        Fl_Table does make use of Fl_Scroll in its code, so it
        likely does inherit that limitation because of that.
        But as soon as Fl_Scroll changes its internals from shorts
        to ints, Fl_Table will pickup the expansion, as I don't think
        Fl_Table uses any shorts itself.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to