From 3e7386137eab2b7157263abad5bed1f8de27dea9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 19 Feb 2013 15:19:58 +0000 Subject: Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9825 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Native_File_Chooser.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl_Native_File_Chooser.H') diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index 442f03958..2ec4878f0 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -116,7 +116,8 @@ public: NO_OPTIONS = 0x0000, ///< no options enabled SAVEAS_CONFIRM = 0x0001, ///< Show native 'Save As' overwrite confirm dialog (if supported) NEW_FOLDER = 0x0002, ///< Show 'New Folder' icon (if supported) - PREVIEW = 0x0004 ///< enable preview mode + PREVIEW = 0x0004, ///< enable preview mode + USE_FILTER_EXT = 0x0008 ///< Chooser filter pilots the output file extension }; /** Localizable message */ static const char *file_exists_message; -- cgit v1.2.3