From: Robin Dunn Date: Thu, 4 May 2006 02:07:00 +0000 (+0000) Subject: Amazingly GetInt returns an integer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/229acc7990e08608cd6f4a12c91ff33bf98bc2d1 Amazingly GetInt returns an integer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_event.i b/wxPython/src/_event.i index cc7db9582c..7d6aeb93e1 100644 --- a/wxPython/src/_event.i +++ b/wxPython/src/_event.i @@ -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.", "");