]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed Get/SetString() prototypes
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Dec 2002 00:14:51 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Dec 2002 00:14:51 +0000 (00:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdevent.tex

index bf1e722d0352cd4db72cdbe0656e8222fca47c30..3cfff99672e0a6984d01d340cd5c1fae094f5725 100644 (file)
@@ -158,7 +158,7 @@ a deselection).
 
 \membersection{wxCommandEvent::GetString}
 
-\func{char*}{GetString}{\void}
+\func{wxString}{GetString}{\void}
 
 Returns item string for a listbox or choice selection event (not valid for
 a deselection).
@@ -200,7 +200,7 @@ Sets the {\bf m\_commandInt} member.
 
 \membersection{wxCommandEvent::SetString}
 
-\func{void}{SetString}{\param{char*}{ string}}
+\func{void}{SetString}{\param{const wxString\&}{ string}}
 
 Sets the {\bf m\_commandString} member.