MSW fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-04-10 03:24:01 +00:00
parent 2acffba5fc
commit 51dc293d52
4 changed files with 17 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ def run():
# customizing the generated code and docstrings.
module.addHeaderCode("#include <wx/datectrl.h>")
module.addHeaderCode("#include <wx/generic/datectrl.h>")
dpc = module.find('wxDatePickerCtrl')
assert isinstance(dpc, etgtools.ClassDef)
@@ -51,6 +50,8 @@ def run():
tools.fixWindowClass(c)
c.find('GetRange.dt1').out = True
c.find('GetRange.dt2').out = True
gdpc.addHeaderCode("#include <wx/generic/datectrl.h>")
#-----------------------------------------------------------------
tools.doCommonTweaks(module)