Add wxDatePickerCtrl and wxCalendarCtrl to wx.adv

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-04-10 03:23:46 +00:00
parent 0fc8a04d30
commit 4b4b9a1210
10 changed files with 339 additions and 12 deletions

View File

@@ -28,16 +28,17 @@ INCLUDES = [
'aboutdlg',
'helpext',
'commandlinkbutton',
'dateevt',
'datectrl',
'calctrl',
# TODOs -
# These modules are also in the C++ adv lib and so should included be here:
# These modules are also in the C++ adv lib and so should be included here:
#
#'animate',
#'bannerwindow',
#'bmpcbox',
#'calctrl',
#'datectrl',
#'dateevt',
#'editlbox',
#'hyperlink',
#'joystick',
@@ -83,9 +84,10 @@ def run():
module.addHeaderCode('#include <wxpy_api.h>')
module.addImport('_core')
module.addPyCode("import core as wx", order=10)
module.addInclude(INCLUDES)
#-----------------------------------------------------------------
tools.doCommonTweaks(module)
tools.runGenerators(module)