mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
@@ -74,7 +74,7 @@ ITEMS = [
|
||||
'wxPressAndTapEvent',
|
||||
|
||||
|
||||
#'wxThreadEvent',
|
||||
'wxThreadEvent',
|
||||
|
||||
]
|
||||
|
||||
@@ -615,6 +615,12 @@ def run():
|
||||
# deprecated and removed
|
||||
c.find('Iconized').ignore()
|
||||
|
||||
#---------------------------------------
|
||||
# wxThreadEvent
|
||||
c = module.find('wxThreadEvent')
|
||||
c.find('SetPayload').ignore()
|
||||
c.find('GetPayload').ignore()
|
||||
|
||||
|
||||
|
||||
# Apply common fixups for all the event classes
|
||||
|
||||
Reference in New Issue
Block a user