X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c06dde42fe5dc8c97d0a6dbf1d6e590b198e8fbb..ff7282e135ce73ca6fc4fb4ef037ea2808401272:/docs/latex/wx/dirctrl.tex diff --git a/docs/latex/wx/dirctrl.tex b/docs/latex/wx/dirctrl.tex index 9bbd61e576..a82963cb2d 100644 --- a/docs/latex/wx/dirctrl.tex +++ b/docs/latex/wx/dirctrl.tex @@ -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.} +