changes to match recent CVS updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-25 01:28:56 +00:00
parent cc164686f3
commit 64c06a5085
6 changed files with 92 additions and 20 deletions

View File

@@ -358,7 +358,8 @@ public:
wxListItem m_item;
%readwrite
int GetCode();
int GetKeyCode();
%pragma(python) addtoclass = "GetCode = GetKeyCode"
long GetIndex();
int GetColumn();
wxPoint GetPoint();
@@ -1042,7 +1043,8 @@ public:
wxTreeItemId GetOldItem();
wxPoint GetPoint();
const wxKeyEvent& GetKeyEvent();
int GetCode();
int GetKeyCode();
%pragma(python) addtoclass = "GetCode = GetKeyCode"
const wxString& GetLabel();
};