mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Ignore GetEventUserData, because it is used internally by wxPython
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user