Applied Patch #1502804: wx*PickerCtrl documentation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-08 19:10:00 +00:00
parent df39467f88
commit aaa6f9ba6b
5 changed files with 29 additions and 37 deletions

View File

@@ -60,7 +60,7 @@ The text control is automatically synchronized with button's value. Use function
\membersection{wxDirPickerCtrl::wxDirPickerCtrl}\label{wxdirpickerctrl}
\func{}{wxdirpickerctrl}{\param{wxWindow *}{parent},\rtfsp
\func{}{wxDirPickerCtrl}{\param{wxWindow *}{parent},\rtfsp
\param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{path = wxEmptyString},\rtfsp
\param{const wxString\& }{message = ``Select a folder"},\rtfsp
@@ -94,13 +94,13 @@ all the parameters.
\docparam{path}{The initial directory shown in the control. Must be a valid path to a directory or the empty string.}
\docparam{message}{The message shown to the user in the \helpref{wxFileDialog}{wxfiledialog} shown by the control.}
\docparam{message}{The message shown to the user in the \helpref{wxDirDialog}{wxdirdialog} shown by the control.}
\docparam{pos}{Initial position.}
\docparam{size}{Initial size.}
\docparam{style}{The window style, see wxDIRP\_* flags.}
\docparam{style}{The window style, see {\tt wxDIRP\_*} flags.}
\docparam{validator}{Validator which can be used for additional date checks.}
@@ -122,6 +122,7 @@ Returns the currently selected directory.
\func{void}{SetPath}{\param{const wxString \&}{dirname}}
Sets the currently selected directory. This must be a valid directory.
Sets the currently selected directory. his must be a valid directory if
{\tt wxDIRP\_DIR\_MUST\_EXIST} style was given.