Require wx.App for wx.NotificationMessage

This commit is contained in:
Scott Talbert
2021-12-30 11:47:09 -05:00
parent 032ea05d7f
commit da2fbf0930

View File

@@ -33,6 +33,7 @@ def run():
c = module.find('wxNotificationMessage')
assert isinstance(c, etgtools.ClassDef)
c.mustHaveApp()
# take care of some methods only available on MSW
c.find('UseTaskBarIcon').setCppCode("""\