mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
@@ -7240,6 +7240,7 @@
|
||||
"TheFontList":"wx.",
|
||||
"TheMimeTypesManager":"wx.",
|
||||
"ThePenList":"wx.",
|
||||
"ThreadEvent":"wx.",
|
||||
"TimePickerCtrl":"wx.adv.",
|
||||
"TimePickerCtrlNameStr":"wx.adv.",
|
||||
"TimeSpan":"wx.",
|
||||
|
@@ -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
|
||||
|
@@ -140,6 +140,9 @@ class Events(wtc.WidgetTestCase):
|
||||
def test_SysColourChangedEvent_ctor(self):
|
||||
evt = wx.SysColourChangedEvent()
|
||||
|
||||
def test_ThreadEvent_ctor(self):
|
||||
evt = wx.ThreadEvent()
|
||||
|
||||
def test_UpdateUIEvent_ctor(self):
|
||||
evt = wx.UpdateUIEvent()
|
||||
|
||||
|
Reference in New Issue
Block a user