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 /src/Fl_File_Chooser2.cxx | |
| 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 'src/Fl_File_Chooser2.cxx')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 5e5f1e3cf..4f89cfa25 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -304,6 +304,9 @@ /** \fn void * Fl_File_Chooser::user_data() const Gets the file chooser user data d */ + + /** \fn Fl_File_Browser* Fl_File_Chooser::browser() + returns a pointer to the underlying Fl_File_Browser object */ // *** END OF OUT OF SOURCE DOC *** // Contents: |
