]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cmdevent.tex
tried to make Close() docs more clear
[wxWidgets.git] / docs / latex / wx / cmdevent.tex
index bf1e722d0352cd4db72cdbe0656e8222fca47c30..68a25f736a9ae1b67b4e5c8cacbf8b6316fd8dab 100644 (file)
@@ -104,7 +104,7 @@ deselection), or a boolean value representing the value of a checkbox.
 
 \membersection{wxCommandEvent::m\_commandString}
 
-\member{char*}{m\_commandString}
+\member{wxString}{m\_commandString}
 
 Contains a string corresponding to a listbox or choice selection.
 
@@ -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.