]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Added the wx.combo module, which contains the ComboCtrl and ComboPopup
[wxWidgets.git] / wxPython / demo / Main.py
index 784878f3ce00cb01be4eed6c78c6fce3f9e0b490..856b88c57529bb995d67c3865f553a7861bfed6e 100644 (file)
@@ -70,6 +70,7 @@ _treeList = [
         'AlphaDrawing',
         'GraphicsContext',
         'CollapsiblePane',
+        'ComboCtrl',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -113,6 +114,7 @@ _treeList = [
         'CheckListBox',
         'Choice',
         'ComboBox',
+        'ComboCtrl',
         'Gauge',
         'Grid',
         'Grid_MegaExample',
@@ -179,6 +181,7 @@ _treeList = [
         'CalendarCtrl',
         'CheckListCtrlMixin',
         'CollapsiblePane',
+        'ComboCtrl',
         'ContextHelp',
         'DatePickerCtrl',
         'DynamicSashWindow',