From 229acc7990e08608cd6f4a12c91ff33bf98bc2d1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 4 May 2006 02:07:00 +0000 Subject: [PATCH] Amazingly GetInt returns an integer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_event.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", ""); -- 2.45.2