Author: manolo Date: 2012-05-27 08:44:30 -0700 (Sun, 27 May 2012) New Revision: 9552 Log: Added Doxygen doc of fltk3::FileChooser::showHiddenButton.
Modified: branches/branch-3.0/src/fltk3/FileChooser2.cxx Modified: branches/branch-3.0/src/fltk3/FileChooser2.cxx =================================================================== --- branches/branch-3.0/src/fltk3/FileChooser2.cxx 2012-05-27 15:41:20 UTC (rev 9551) +++ branches/branch-3.0/src/fltk3/FileChooser2.cxx 2012-05-27 15:44:30 UTC (rev 9552) @@ -165,6 +165,13 @@ control the appearance and use. */ +/** \var fltk3::FileChooser::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 fltk3::FileChooser::~Fl_File_Chooser() Destroys the widget and frees all memory used by it.*/ _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
