With Frederic Hoerni's patches for linux, I've pulled together
an "official" Fl_Native_File_Chooser that supports both fltk1 and fltk2
on Mac, Windows, and Linux.
This is a 'beta' release, so if you have some time, please try it out,
and let me know how it goes.
http://seriss.com/people/erco/fltk/Fl_Native_File_Chooser/Fl_Native_File_Chooser-0.84.tar.gz
This version:
o Supports fltk1 and fltk2 for Mac,Win,Linux with the same code
base
o Main 'Makefile' builds both fltk1 and fltk2 examples (see
README.txt)
o I'm now using fltk-config in the unix Makefiles (via Ian's
examples)
o The fltk2 version uses FLTK2 namespace style API
I'm curious that I've properly followed FLTK2's API style; I basically
set it up so that its all fltk::NativeFileChooser namespace style.
The API for FLTK1 is unchanged, so there shouldn't be any surprises
for people that having been using Fl_Native_File_Chooser so far..
this release should just have the FLTK2 support added.
See the CHANGES and README.txt files for more info.
Worth noting of this release: it was an interesting challenge to
support both fltk1 and fltk2 without forking the widget's code base.
A macro trick helped pull this off successfully.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk