Add GetPyData and SetPyData aliases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-17 19:55:00 +00:00
parent d638e2fc75
commit 4e0b6696c7

View File

@ -654,6 +654,8 @@ public:
data->SetData(obj);
}
}
%pythoncode { GetPyData = GetItemPyData }
%pythoncode { SetPyData = SetItemPyData }
// force appearance of [+] button near the item. This is useful to