mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02: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