mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user