MacArthur, Ian (SELEX) (UK) wrote: >>> Anything I forgot? >> Fl_Native_File_Chooser might fall into this category, not sure. > > > +1 from me. > > Also, is Jason Bryan still around? I wonder if there are bits'n'pieces > in FLU that we should consider incorporating into the main tree? >
Probably, but it requires cleanup. The best thing in FLU is the file requester, which is better than most native file requesters (and certainly much better than the fltk default one). Flu_File_Chooser is really nice (and I use it), instead of FLTK's default one, but it, unfortunately, requires all the other classes to work. I have ports of most of FLU for fltk2 and it was a little messy to port, as most stuff is now natively available in fltk2. I think I still have 3 or 4 classes that are unneeded under fltk2. Most of Flu_Combo_* stuff can now be done natively in fltk2. Only Flu_Combo_Tree looks a tad nicer than fltk::ComboBrowser and provides one functionality not available in fltk2 (the ability to open/collapse node and also select it). Flu_Wrap_Group is basically ScrollGroup, I believe. GridGroup could still be useful, albeit FLTK would probably benefit more from a more generic approach of dropping all-together the absolute positioning of widgets in favor of relative layouts (a la Fox or most other toolkits now). -- Gonzalo Garramuño [EMAIL PROTECTED] AMD4400 - ASUS48N-E GeForce7300GT Kubuntu Edgy _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

