\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}
\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.
\constfunc{wxFileName}{GetFileName}{\void}
Similar to \helpref{GetPath}{wxfilepickerctrlgetpath} but returns the path of
-the currently selected file as a \helpref{wxFileName} object.
+the currently selected file as a \helpref{wxFileName}{wxfilename} object.
\membersection{wxFilePickerCtrl::GetPath}\label{wxfilepickerctrlgetpath}
\func{}{wxHtmlHelpWindow}{\param{wxHtmlHelpData* }{data = NULL}}
-\func{}{wxHtmlHelpWindow}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ pos = wxDefaultSize}, \param{int }{style = wxTAB\_TRAVERSAL|wxTAB\_wxNO_BORDER}, \param{int }{helpStyle = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
+\func{}{wxHtmlHelpWindow}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ pos = wxDefaultSize}, \param{int }{style = wxTAB\_TRAVERSAL|wxTAB\_wxNO\_BORDER}, \param{int }{helpStyle = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
Constructor.
\membersection{wxHtmlHelpWindow::Create}\label{wxhtmlhelpwindowcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ pos = wxDefaultSize}, \param{int }{style = wxTAB\_TRAVERSAL|wxTAB\_wxNO_BORDER}, \param{int }{helpStyle = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ pos = wxDefaultSize}, \param{int }{style = wxTAB\_TRAVERSAL|wxTAB\_wxNO\_BORDER}, \param{int }{helpStyle = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
Creates the help window. See \helpref{the constructor}{wxhtmlhelpwindowwxhtmlhelpwindow}
for a description of the parameters.