It would be nice if Fl_Int_Input provided a method to get the integer value. 
Probably goes for other Fl_xxx_Input types?

reason: I noticed that test/browser.cxx doesn't convert a hex number (pops up 
an error):


void show_cb(Fl_Widget *o, void *) {
  int line = atoi(field->value());

(atio will not work for hex values)

it would be easy to have
int line= field->int_value() or something like that

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

Reply via email to