Amazingly GetInt returns an integer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-04 02:07:00 +00:00
parent 4a983d2c63
commit 229acc7990

View File

@@ -561,7 +561,7 @@ listbox must be examined by the application.", "");
void SetInt(int i);
DocDeclStr(
long , GetInt() const,
int , GetInt() const,
"Returns the integer identifier corresponding to a listbox, choice or
radiobox selection (only if the event was a selection, not a
deselection), or a boolean value representing the value of a checkbox.", "");