On 15 Jan 2008, at 21:52, Edzard Egberts wrote: > "textsize_" and "labelsize_" methods I never saw when doing this - > these > are private things somewhere inside the code?
Yes, a few widgets have private vars for storing the size internally - these are all uchars, I think, so for the stated aim of allowing big font sizes, these would all have to be "upgraded" to shorts (or bigger!) I don't think there's many of them, but if someone was making that change, they'd have to check. Also, it will of course break binary compatibility, so it's too late to do this for 1.1.x now. Although there haven't been that many requests for very large font sizes and, of course, there are credible solutions that don't require this change! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

