DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2679
Version: 1.3-feature


Greg, FWIW, for now I'd suggest to change

-#define SCROLLBAR_SIZE 16
+#define SCROLLBAR_SIZE (Fl::scrollbar_size())

or something similar. This would be functional the same as the given patch
and only a one-line-change.

WRT binary compatibility and a scrollbar_size() member function: IMHO we
can't change the ABI now (for 1.3.x), so we can't add this. However, with
the #define changed as above, it would be easy to add a static function
and replace the #define to call this function to select the proper
scrollbar_size() method (or to do this inline) in 1.4 or 3.x.

Just my 2 ct...


Link: http://www.fltk.org/str.php?L2679
Version: 1.3-feature

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

Reply via email to