diff options
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index de519ee5b..bed7b85b7 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -156,6 +156,13 @@ control the appearance and use. */ +/** \var Fl_File_Chooser::showHiddenButton + When checked, hidden files (i.e., filename begins with dot) are displayed. + + The "showHiddenButton" button is exported so that application developers can + control its appearance. + */ + /** \fn Fl_File_Chooser::~Fl_File_Chooser() Destroys the widget and frees all memory used by it.*/ |
