]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dirctrl.tex
Fixed typo.
[wxWidgets.git] / docs / latex / wx / dirctrl.tex
index 9bbd61e5765feb960aa79f509174bbbeda19be9c..a82963cb2d204d805f621f7e4ff096cee6274ba0 100644 (file)
@@ -101,6 +101,12 @@ Collapses the entire tree.
 
 Tries to expand as much of the given path as possible, so that the filename or directory is visible in the tree control.
 
+\membersection{wxGenericDirCtrl::CollapsePath}\label{wxgenericdirctrlcollapsepath}
+
+\func{bool}{CollapsePath}{\param{const wxString\& }{path}}
+
+Collapse the given path.
+
 \membersection{wxGenericDirCtrl::GetDefaultPath}\label{wxgenericdirctrlgetdefaultpath}
 
 \constfunc{wxString}{GetDefaultPath}{\void}
@@ -182,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.}
+