diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-01-14 23:08:06 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-01-14 23:08:06 +0000 |
| commit | ebfb80908ca91531b96510d6f6446566a72921fd (patch) | |
| tree | 80153b9031ccc036697aa1cc5cbe42a1e53b9edb /FL | |
| parent | 4e08397c9406d5fcabff6e8dff2ad0ca4345aef4 (diff) | |
Checked in on Manolo's behalf; FNFC.patch applied from STR#2298
to include a 'Show Hidden Files' checkbox for linux browser.
Small addition to Fl_File_Chooser to support this.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7007 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Native_File_Chooser_FLTK.H | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index af1d86fac..177e88cd7 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -222,6 +222,7 @@ private: Fl_Widget* ext_group; public: Fl_Widget* add_extra(Fl_Widget* gr); + Fl_File_Browser *browser(void) {return fileList; }; }; FL_EXPORT char *fl_dir_chooser(const char *message,const char *fname,int relative=0); FL_EXPORT char *fl_file_chooser(const char *message,const char *pat,const char *fname,int relative=0); diff --git a/FL/Fl_Native_File_Chooser_FLTK.H b/FL/Fl_Native_File_Chooser_FLTK.H index e3ba3bb1e..2f0bae693 100644 --- a/FL/Fl_Native_File_Chooser_FLTK.H +++ b/FL/Fl_Native_File_Chooser_FLTK.H @@ -135,8 +135,6 @@ public: const char* preset_file() const; const char *errmsg() const; int show(); - // added by MG - Fl_Choice *showChoice; }; // |
