]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
use "event-after" signal to send thumb release event
[wxWidgets.git] / wxPython / demo / Main.py
index 19ee3de034b87f92df9821e3f9d98505c502677f..f6dc3d2ba4477f3ca5ec3e51fa40433f21a3d012 100644 (file)
@@ -47,8 +47,12 @@ import images
 _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
+        'AnalogClock',
+        'CheckListCtrlMixin',
+        'RichTextCtrl',
         'Treebook',
         'Toolbook',
+        'Pickers',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -129,7 +133,7 @@ _treeList = [
         ]),
 
     ('Custom Controls', [
-        'AnalogClockWindow',
+        'AnalogClock',
         'ColourSelect',
         'Editor',
         'GenericButtons',
@@ -149,6 +153,7 @@ _treeList = [
         #'RightTextCtrl',     deprecated as we have wxTE_RIGHT now.
         'Calendar',
         'CalendarCtrl',
+        'CheckListCtrlMixin',
         'ContextHelp',
         'DatePickerCtrl',
         'DynamicSashWindow',
@@ -167,9 +172,11 @@ _treeList = [
         'MaskedNumCtrl',
         'MediaCtrl',
         'MultiSplitterWindow',
+        'Pickers',
         'PyCrust',
         'PyPlot',
         'PyShell',
+        'RichTextCtrl',
         'ScrolledPanel',
         'SplitTree',
         'StyledTextCtrl_1',
@@ -455,7 +462,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()