]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dirpicker.tex
Added wxWrapSizer (modified patch: [1826950] Wrapping Sizer) from Arne Steinarson
[wxWidgets.git] / docs / latex / wx / dirpicker.tex
index 2140ec34ec4835d0e9c42f0f83f1aebce5c650ae..ca09776d09b751570f9ef3901ba0b4b72c99b4b7 100644 (file)
@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_DIRPICKERCTRL} is set to $1$ (the default
 
 <wx/filepicker.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}%
@@ -65,7 +69,7 @@ the user's input is valid, e.g. an existing directory path).}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxDirPickerCtrl::wxDirPickerCtrl}\label{wxdirpickerctrl}
+\membersection{wxDirPickerCtrl::wxDirPickerCtrl}\label{wxdirpickerctrlctor}
 
 \func{}{wxDirPickerCtrl}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
@@ -122,7 +126,7 @@ all the parameters.
 
 \constfunc{wxFileName}{GetDirName}{\void}
 
-Returns the absolute path of the currently selected directory as a \helpref{wxFileName} object.
+Returns the absolute path of the currently selected directory as a \helpref{wxFileName}{wxfilename} object.
 This function is equivalent to \helpref{GetPath}{wxdirpickerctrlgetpath}
 
 
@@ -138,14 +142,15 @@ Returns the absolute path of the currently selected directory.
 \func{void}{SetDirName}{\param{const wxFileName \&}{dirname}}
 
 Just like \helpref{SetPath}{wxdirpickerctrlsetpath} but this function takes a
-\helpref{wxFileName} object.
+\helpref{wxFileName}{wxfilename} object.
 
 
 \membersection{wxDirPickerCtrl::SetPath}\label{wxdirpickerctrlsetpath}
 
 \func{void}{SetPath}{\param{const wxString \&}{dirname}}
 
-Sets the absolute path of the currently selected directory. This must be a valid directory if
+Sets the absolute path of  (the default converter uses current locale's
+charset)the currently selected directory. This must be a valid directory if
 {\tt wxDIRP\_DIR\_MUST\_EXIST} style was given.