mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Set transfer flag for wxItemContainer.SetClientObject
This commit is contained in:
@@ -62,6 +62,7 @@ def run():
|
||||
# which we have a MappedType for, so make the ClientData methods just be
|
||||
# aliases for ClientObjects. From the Python programmer's perspective they
|
||||
# would be virtually the same anyway.
|
||||
c.find('SetClientObject.data').transfer = True
|
||||
c.find('GetClientData').ignore()
|
||||
c.find('SetClientData').ignore()
|
||||
c.find('GetClientObject').pyName = 'GetClientData'
|
||||
|
||||
Reference in New Issue
Block a user