]> git.saurik.com Git - wxWidgets.git/commitdiff
Amazingly GetInt returns an integer
authorRobin Dunn <robin@alldunn.com>
Thu, 4 May 2006 02:07:00 +0000 (02:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 4 May 2006 02:07:00 +0000 (02:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_event.i

index cc7db9582cbf1583177c8cf2cf8b8fb91cc53c87..7d6aeb93e1df18a66eebbcabb8334c782e11dad1 100644 (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.", "");