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:
@@ -158,7 +158,7 @@ a deselection).
|
|||||||
|
|
||||||
\membersection{wxCommandEvent::GetString}
|
\membersection{wxCommandEvent::GetString}
|
||||||
|
|
||||||
\func{char*}{GetString}{\void}
|
\func{wxString}{GetString}{\void}
|
||||||
|
|
||||||
Returns item string for a listbox or choice selection event (not valid for
|
Returns item string for a listbox or choice selection event (not valid for
|
||||||
a deselection).
|
a deselection).
|
||||||
@@ -200,7 +200,7 @@ Sets the {\bf m\_commandInt} member.
|
|||||||
|
|
||||||
\membersection{wxCommandEvent::SetString}
|
\membersection{wxCommandEvent::SetString}
|
||||||
|
|
||||||
\func{void}{SetString}{\param{char*}{ string}}
|
\func{void}{SetString}{\param{const wxString\&}{ string}}
|
||||||
|
|
||||||
Sets the {\bf m\_commandString} member.
|
Sets the {\bf m\_commandString} member.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user