Ignore GetEventUserData, because it is used internally by wxPython

This commit is contained in:
Robin Dunn
2020-01-22 11:27:29 -08:00
parent 93cbfc35a9
commit fbc014b189

View File

@@ -354,6 +354,8 @@ def run():
c.abstract = True
c.find('Clone').factory = True
c.find('GetEventUserData').ignore()
c.addProperty('EventObject GetEventObject SetEventObject')
c.addProperty('EventType GetEventType SetEventType')
c.addProperty('Id GetId SetId')