>
> > Aside from this initial validation. do the Fl_Input types require
> > manual validation for the amount of characters entered and/or range
> > for ints or floats? or again is there a native feature for this?
>
> Don't forget that you're working within an Object Oriented framework
> so you can always create a subclass and do the extra work there.
>
> For what it's worth, which isn't that much, here's a class that I
> made a few years ago that checks an int value against a range. My
> coding conventions have changed somewhat since then too. The class
> should be standalone, but I haven't compiled it recently...
>
> Cheers
> D.
>
> Hey thanks for the code, i will see how it goes.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to