diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index ec88a925f..22b5dd354 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -167,6 +167,12 @@ public: int show() ; }; +/** + * @cond DriverDev + * @addtogroup DriverDeveloper + * @{ + */ + /** Represents the interface between FLTK and a native file chooser. This class is only for internal use by the FLTK library. A platform that wants to provide a native file chooser implements all virtual methods @@ -258,6 +264,11 @@ public: virtual int show() ; }; +/** + * @} + * @endcond + */ + #endif /*FL_NATIVE_FILE_CHOOSER_H*/ |
