]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / wxPython / demo / Main.py
index 19ee3de034b87f92df9821e3f9d98505c502677f..e9268eeb2580bb359a095eb959d74668e7217628 100644 (file)
@@ -47,6 +47,8 @@ import images
 _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
+        'AnalogClock',
+        'CheckListCtrlMixin',
         'Treebook',
         'Toolbook',
         ]),
@@ -129,7 +131,7 @@ _treeList = [
         ]),
 
     ('Custom Controls', [
-        'AnalogClockWindow',
+        'AnalogClock',
         'ColourSelect',
         'Editor',
         'GenericButtons',
@@ -149,6 +151,7 @@ _treeList = [
         #'RightTextCtrl',     deprecated as we have wxTE_RIGHT now.
         'Calendar',
         'CalendarCtrl',
+        'CheckListCtrlMixin',
         'ContextHelp',
         'DatePickerCtrl',
         'DynamicSashWindow',
@@ -455,7 +458,7 @@ try:
                                   'fore:#000000,back:#FFFFFF,face:Courier New,size:9')
             else:
                 self.StyleSetSpec(stc.STC_STYLE_DEFAULT, 
-                                  'fore:#000000,back:#FFFFFF,face:Courier,size:12')
+                                  'fore:#000000,back:#FFFFFF,face:Courier,size:9')
     
             # Clear styles and revert to default.
             self.StyleClearAll()