From 338b2a02ce7ab56f31aab92a6e76f214f9e8cefa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Dec 2006 12:38:38 +0000 Subject: [PATCH] document ShowHidden() (patch 1619786) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dirctrl.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/latex/wx/dirctrl.tex b/docs/latex/wx/dirctrl.tex index e08c31f40a..a82963cb2d 100644 --- a/docs/latex/wx/dirctrl.tex +++ b/docs/latex/wx/dirctrl.tex @@ -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.} +