From 64799fed624404b4684b5cdd73e6d123a6531ff5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 26 Mar 2012 19:21:56 +0000 Subject: [PATCH] Document which etg files should go into the _adv extension when they are implemented. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/_adv.py | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/etg/_adv.py b/etg/_adv.py index c00fa482..49917871 100644 --- a/etg/_adv.py +++ b/etg/_adv.py @@ -24,8 +24,40 @@ ITEMS = [ ] # The list of other ETG scripts and back-end generator modules that are # included as part of this module. These should all be items that are put in # the wxWidgets "adv" library in a multi-lib build. -INCLUDES = [ 'aboutdlg', - ] +INCLUDES = [ + 'aboutdlg', + + # TODOs - + # These modules are also in the C++ adv lib and so should included be here: + # + #'animate', + #'bannerwindow', + #'bmpcbox', + #'calctrl', + #'commandlinkbutton', + #'datectrl', + #'dateevt', + #'editlbox', + #'hyperlink', + #'joystick', + #'laywin', + #'notifmsg', + #'odcombo', + #'richtooltip', + #'sashwin', + #'sound', + #'splash', + #'taskbar', + #'timectrl', + #'tipdlg', + #'treelist', + #'wizard', + + # Except for these, which have, or will have their own extension modules + #'dataview', + #'grid', + #'propdlg', + ] # Separate the list into those that are generated from ETG scripts and the