matthiasm wrote:
> On May 27, 2007, at 9:19 PM, Roman Kantor wrote:
> Anything I forgot?

        Fl_Native_File_Chooser might fall into this category, not sure.

        FNFC is an odd widget in that it doesn't actually use any FLTK code
        on the platforms it supports natively; it has dependencies on the
        native environment's widget sets. It only falls back to FLTK's own
        file browser widget on platforms (like linux) that don't really
        have a 'native file browser'.

        Though it's an oddball, it's an often requested widget by users
        and app designers, so maybe it's something for the core, not sure.

        I leave it to others to vote on this one.

        FNFC is not really 1.0 yet either.. I fear there may be some
        API needs still or subtle fixes needed for odd cases.. file choosers
        are complex beasts. Also, though I consider myself a good programmer,
        designing /widget/ APIs for public use is not my strong point; I'm not
        a great forward thinker as many others here are on widget API design,
        because I can't say I have much experience with widgets beyond my myopic
        experience with Motif/FLTK/Forms, and some others. So I'd say it would
        really need a 'peer review'. In other words, maybe it's not for 1.2.0,
        but for some future release, if at all.

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

Reply via email to