]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/choice.tex
Append() returns int, not void
[wxWidgets.git] / docs / latex / wx / choice.tex
index 7f909cc8aebcc60cfd4de509332fd0a2c131e304..80099cfac4d168e153b34cee54c6ef3632566c21 100644 (file)
@@ -89,11 +89,11 @@ Destructor, destroying the choice item.
 
 \membersection{wxChoice::Append}\label{wxchoiceappend}
 
-\func{void}{Append}{\param{const wxString\& }{ item}}
+\func{int}{Append}{\param{const wxString\& }{ item}}
 
 Adds the item to the end of the choice control.
 
-\func{void}{Append}{\param{const wxString\& }{ item}, \param{void* }{clientData}}
+\func{int}{Append}{\param{const wxString\& }{ item}, \param{void* }{clientData}}
 
 Adds the item to the end of the combobox, associating the given data
 with the item.
@@ -104,6 +104,11 @@ with the item.
 
 \docparam{clientData}{Client data to associate with the item.}
 
+\wxheading{Return value}
+
+The index of the newly added item, may be different from the last one if the
+control has {\tt wxLB\_SORT} style.
+
 \membersection{wxChoice::Clear}\label{wxchoiceclear}
 
 \func{void}{Clear}{\void}