> 
> uchar Fl_Widget::size;
> 
> to int and recompile FLTK (assuming you are going to link statically).

I'm not sure this is quite what you intended, Matthias?
The "size" member of Fl_Widget is (IIRC) the size of the widget, not
it's text size...
There's a "uchar size;" member of Fl_Label, which is defined in
Fl_Widget.H - that maybe is what you were thinking of? I guess changing
that would allow label sizes bigger than 255 to be stored.
But, I think you'd maybe also have to seek out all the various
"textsize", "textsize_", "labelsize", "labelsize_", etc. members to make
it really work?
Looks like a fair bit of work.

Or I could be wrong...

-- 
Ian



SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

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

Reply via email to