From aa2ed50292e7a0fdfa917cc11ea65a61577f6d6d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 27 May 2012 15:41:20 +0000 Subject: [PATCH] Added Doxygen doc of Fl_File_Chooser::showHiddenButton. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser2.cxx | 7 +++++++ 1 file changed, 7 insertions(+) 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.*/