> I'm looking for a way to have mouse acceleration and have a 

Fltk doesn't have any mechanism for modifying the mouse settings -
that's always been too platform specific... And not something I think I
have ever done programmatically, actually.

Maybe I am misunderstanding the question - what is it you are trying to
do?

> way to set text drawing line spacing,

Hmm, I guess that might depend on what text widgets you were using.

In the past, when I wanted to output text with irregular vertical
spacing, I derived my own widget and handled the text rendering in the
draw method directly. That would certainly work for you too, but may be
too complicated?
Again, I may be misunderstanding the question. 

I don't think the stock fltk widgets offer much control over vertical
spacing - they always assume that vertical spacing is based on the text
height only, IIRC, so there is no way to set it directly independent of
the text height unless you derive your own widget.
Probably.



SELEX Galileo Ltd
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