Lots of changes needed to get things building again after switching to wxWidgets master

This commit is contained in:
Robin Dunn
2018-02-09 15:15:01 -08:00
parent f1a24d4978
commit 87d7edab83
33 changed files with 219 additions and 65 deletions

View File

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