Suja wrote: > I am using Fl_Choice->add to add values to Fl_Choice. How do I set > a default, before the user selects one?
Use Fl_Choice::value(int val)
..where val is the index number (1 based) of the item you want picked.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

