From a3da640408f4dd2e922835f20b67f8469bb9ead6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Jul 2017 16:18:59 -0700 Subject: [PATCH] Set transfer flag for wxItemContainer.SetClientObject --- etg/ctrlsub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etg/ctrlsub.py b/etg/ctrlsub.py index 93dbe11b..25d03dde 100644 --- a/etg/ctrlsub.py +++ b/etg/ctrlsub.py @@ -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'