> WangHua wrote:
> >> Go to Erco's Cheat Sheet
> >> http://seriss.com/people/erco/fltk/
> >>
> > Thank you. Following above link, I got Fl_Native_File_Chooser.
> > After reading source codes, It seems having native File_Chooser for Windows
> > and Mac OS, but no Linux.
>
> Under linux, Fl_Native_File_Chooser should be trying to use FLTK's
> own browser, since linux doesn't really have a 'native' chooser.
>
> This way the one API should work on all platforms. Let me know if
> it's not doing that.
Yes. FLTK's own browser is working.
Since I want to try cross-compile with GTK, I select
gtk_file_chooser_dialog_new.
The problem: open dialog box holding, it seems fltk can not send window xid (or
something others?) to GTK.
Anyway, Thanks a lot.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk