]> git.saurik.com Git - wxWidgets.git/commitdiff
document ShowHidden() (patch 1619786)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Dec 2006 12:38:38 +0000 (12:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Dec 2006 12:38:38 +0000 (12:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dirctrl.tex

index e08c31f40af5bee253e48ce3b060f862e3bc9c59..a82963cb2d204d805f621f7e4ff096cee6274ba0 100644 (file)
@@ -188,3 +188,12 @@ Sets the current filter index (zero-based).
 
 Sets the current path.
 
+\membersection{wxGenericDirCtrl::ShowHidden}\label{wxgenericdirctrlShowHidden}
+
+\func{void}{ShowHidden}{\param{bool }{show}}
+
+\wxheading{Parameters}
+
+\docparam{show}{If true, hidden folders and files will be displayed by the
+control. If false, they will not be displayed.}
+