From: Vadim Zeitlin Date: Mon, 9 Dec 2002 00:14:51 +0000 (+0000) Subject: fixed Get/SetString() prototypes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce788ad93a48566e0a5150b704a17d268ebde7c6 fixed Get/SetString() prototypes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index bf1e722d03..3cfff99672 100644 --- a/docs/latex/wx/cmdevent.tex +++ b/docs/latex/wx/cmdevent.tex @@ -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.