> > > The Fl_Check_Browser doesn't seem to have a data item for=20 > > each item added like Fl_Browser. I'm curious if there is a=20 > > Fl_Check_Browser type list box derived from Fl_Browser=20 > > somewhere? Having a data associated with an item allows me=20 > > to have unique list box items with program wide ID's without=20 > > having to run through some translation (index to id) routine. > > > Your options are either to try Fl_Multi_Browser and see if it will work > for your needs, or else to derive your own Check-browser like subclass > of Fl_Browser_ and add in the data() methods from the Fl_Browser > version. It's a bit of work, but should be easy enough, mainly just > cut''n'paste from what's there I guess.
I went ahead and createad a new Fl_Checkbox_Browser (minor changes to Fl_Browser_ Fl_Browser and new Fl_Checkbox_Browser). If I wanted to submit the changed files to someone who could check in the changes, how is that done? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

