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:
@@ -654,6 +654,8 @@ public:
|
|||||||
data->SetData(obj);
|
data->SetData(obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
%pythoncode { GetPyData = GetItemPyData }
|
||||||
|
%pythoncode { SetPyData = SetItemPyData }
|
||||||
|
|
||||||
|
|
||||||
// force appearance of [+] button near the item. This is useful to
|
// force appearance of [+] button near the item. This is useful to
|
||||||
|
Reference in New Issue
Block a user