mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
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:
12
etg/_adv.py
12
etg/_adv.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user