From ec591f65bf47e7491ee7d364446cc61bb5a95de4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Nov 2003 22:32:01 +0000 Subject: [PATCH] Make an alias for GetPoint git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index 67f87c0475..a0368dbc64 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -365,6 +365,7 @@ public: long GetIndex(); int GetColumn(); wxPoint GetPoint(); + %pragma(python) addtoclass = "GetPostiion = GetPoint" const wxString& GetLabel(); const wxString& GetText(); int GetImage();