Implement wrapping for wx.ThreadEvent

Fixes #2338.
This commit is contained in:
Scott Talbert
2023-02-04 20:41:53 -05:00
parent a3b6cfec77
commit d8c8e9e4c7
3 changed files with 11 additions and 1 deletions

View File

@@ -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()