mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Lots of changes needed to get things building again after switching to wxWidgets master
This commit is contained in:
@@ -53,7 +53,10 @@ def run():
|
||||
# TODO: maybe these should go into a tools.addFrameVirtuals function?
|
||||
c.find('OnCreateStatusBar').isVirtual = True
|
||||
c.find('OnCreateToolBar').isVirtual = True
|
||||
c.find('DoGiveHelp').isVirtual = True
|
||||
|
||||
# TODO: support this
|
||||
c.find('MSWGetTaskBarButton').ignore()
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
|
||||
Reference in New Issue
Block a user