I noticed this comment in Fl_Browser_.cxx:
// Scrollbar size should be part of the Fl class, but is left here for
// binary compatibility in 1.1.x - M. Sweet
int Fl_Browser_::scrollbar_width_ = 16;
I'm thinking 'now's the time to do it' here in the 1.3.x release
if it's an ABI issue, assuming it's something useful that really
'should' be done.
I'm not sure what this entails, but thought I'd throw some
attention at it, as it seems the perfect timing for it.
I think people have asked about setting scrollbar sizes before;
is making this a global that all widgets with scrollbars can make
use of, ie. a 'global scrollbar' sizer?
I could maybe implement this change if someone describes to me
what's needed to do it, and I can do the footwork.
Or, if 1.3.x has too much going on as it is, we can defer to 1.4.x.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev