Add to Doxygen comments how to proceed for a platform where no file chooser is useful.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11626 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-04-16 07:55:51 +00:00
parent 3caff18578
commit 9fea9f3417

@ -46,6 +46,12 @@
can be used by any platform.
No more code is required. The cross-platform Fl_Native_File_Chooser_FLTK.cxx file must be compiled in libfltk,
and the default FLTK file chooser will be used.
This other implementation
Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
platform_fnfc = 0;
}
can be used by a platform that needs no file chooser.
*/
#ifndef FL_NATIVE_FILE_CHOOSER_H