mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Require wx.App for wx.NotificationMessage
This commit is contained in:
@@ -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("""\
|
||||
|
||||
Reference in New Issue
Block a user