diff options
| author | Manolo Gouy <Manolo> | 2013-02-19 15:25:17 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2013-02-19 15:25:17 +0000 |
| commit | dbae4f68c7b753465019f31fa7baf26beab88147 (patch) | |
| tree | ea7eac4bc7f50ffc2430ccf28b723dd43f3d1ffd /src | |
| parent | 3e7386137eab2b7157263abad5bed1f8de27dea9 (diff) | |
Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9826 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Native_File_Chooser_FLTK.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_FLTK.cxx b/src/Fl_Native_File_Chooser_FLTK.cxx index b8e24293f..6c5f359b5 100644 --- a/src/Fl_Native_File_Chooser_FLTK.cxx +++ b/src/Fl_Native_File_Chooser_FLTK.cxx @@ -123,6 +123,7 @@ int Fl_Native_File_Chooser::type() const { NEW_FOLDER Shows the 'New Folder' button. Ignored Used Used PREVIEW Enables the 'Preview' mode by default. Ignored Ignored Used SAVEAS_CONFIRM Confirm dialog if BROWSE_SAVE_FILE file exists. Used Used Used + USE_FILTER_EXT Chooser filter pilots the output file extension. Ignored Used Ignored \endcode */ void Fl_Native_File_Chooser::options(int val) { |
