Author: manolo Date: 2012-05-27 08:41:20 -0700 (Sun, 27 May 2012) New Revision: 9551 Log: Added Doxygen doc of Fl_File_Chooser::showHiddenButton.
Modified: branches/branch-1.3/src/Fl_File_Chooser2.cxx Modified: branches/branch-1.3/src/Fl_File_Chooser2.cxx =================================================================== --- branches/branch-1.3/src/Fl_File_Chooser2.cxx 2012-05-27 14:28:24 UTC (rev 9550) +++ branches/branch-1.3/src/Fl_File_Chooser2.cxx 2012-05-27 15:41:20 UTC (rev 9551) @@ -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.*/ _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
