SetStringSelection and etc. fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-26 22:26:39 +00:00
parent da8d6ffa57
commit f8c88923b0
2 changed files with 14 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ public:
"Select the n'th item (zero based) in the list.");
DocDeclStr(
void , SetStringSelection(const wxString& string),
bool , SetStringSelection(const wxString& string),
"Select the item with the specifed string");
DocDeclStr(