fixed Get/SetString() prototypes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-12-09 00:14:51 +00:00
parent ecb7e58c24
commit ce788ad93a

View 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.