]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed syntax errors
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Feb 2007 13:59:37 +0000 (13:59 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 12 Feb 2007 13:59:37 +0000 (13:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dirpicker.tex
docs/latex/wx/filepicker.tex
docs/latex/wx/hthlpfrm.tex

index 2140ec34ec4835d0e9c42f0f83f1aebce5c650ae..2eb69132eae9e34577a800393f73d35e25150b68 100644 (file)
@@ -122,7 +122,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 +138,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.
 
 
index af18928183904a6d0b0879093416554f49d6d788..93293aac5e338449e528bf982f5b0ee008f4820d 100644 (file)
@@ -133,7 +133,7 @@ all the parameters.
 \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}
index 4f69aacc34fbbe98e3973f213b5a3c6b7d1af409..9d251fa2a709503411e6fef3b09733c9f26e698f 100644 (file)
@@ -186,7 +186,7 @@ the embedded window to be destroyed independently of the help controller.
 
 \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.
 
@@ -194,7 +194,7 @@ Constructor. For the values of {\it helpStyle}, please see the documentation for
 
 \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.