]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Added code to make it not duplicate membersections for overloaded functions
[wxWidgets.git] / wxPython / demo / Main.py
index 840059567e6f0da327a4f458aea84154cfd43780..a6f8cdae429ccb86eeafefc9590ce04acf6f64a0 100644 (file)
@@ -39,6 +39,8 @@ _treeList = [
                                 'wxDynamicSashWindow',
                                 'wxEditableListBox',
                                 'SplitTree',
+                                'wxLEDNumberCtrl',
+                                'wxEditor',
                                 ]),
 
     ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame',
@@ -62,7 +64,7 @@ _treeList = [
                   'wxTreeCtrl', 'wxSpinButton', 'wxSpinCtrl', 'wxStaticText',
                   'wxStaticBitmap', 'wxRadioBox', 'wxSlider', 'wxToolBar',
                   'wxCalendarCtrl', 'wxToggleButton',
-                  'wxEditableListBox',
+                  'wxEditableListBox', 'wxLEDNumberCtrl',
                   ]),
 
     ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']),