summaryrefslogtreecommitdiff
path: root/FL/Fl_Native_File_Chooser.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-16 08:37:15 +0000
committerManolo Gouy <Manolo>2016-04-16 08:37:15 +0000
commitf8104524e8e61b5288b162b92fe9d99036ff2418 (patch)
treebe71f5d36515919bb05c6bb54ddb04d4de46dfd1 /FL/Fl_Native_File_Chooser.H
parent62a0bfb88a0518ee2211efac876a65f8d7d56449 (diff)
Use more consistent naming for derived classes of Fl_Native_File_Chooser_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
-rw-r--r--FL/Fl_Native_File_Chooser.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H
index 622457352..a5fd01f43 100644
--- a/FL/Fl_Native_File_Chooser.H
+++ b/FL/Fl_Native_File_Chooser.H
@@ -28,12 +28,12 @@
this API has a do-nothing default implementation
class Fl_Native_File_Chooser_FLTK_Driver <== this API implementation is the default FLTK file chooser
- class Fl_Native_File_Chooser_GTK_Driver <== this API implementation runs a GTK file chooser
+ class Fl_GTK_Native_File_Chooser_Driver <== this API implementation runs a GTK file chooser
it is determined at run-time if the GTK dynamic libraries are available
- class Fl_Native_File_Chooser_Darwin_Driver <== this API implementation runs a Mac OS X file chooser
+ class Fl_Quartz_Native_File_Chooser_Driver <== this API implementation runs a Mac OS X file chooser
- class Fl_Native_File_Chooser_WinAPI_Driver <== this API implementation runs a MSWindows file chooser
+ class Fl_WinAPI_Native_File_Chooser_Driver <== this API implementation runs a MSWindows file chooser
Each platform must implement the constructor of the Fl_Native_File_Chooser class.
@@ -47,7 +47,7 @@
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
+ This other implementation:
Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
platform_fnfc = 0;
}