]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Added wx.lib.ticker.Ticker class from Chris Mellon.
[wxWidgets.git] / wxPython / demo / Main.py
index dd1f9044c285e0024d217b26f4434c564f22638f..8fe436f9948a3a657a12c38f98657715f1c0ed86 100644 (file)
@@ -47,8 +47,7 @@ import images
 _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
-        'OGL',
-        'FloatCanvas',
+        'Ticker',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -162,6 +161,7 @@ _treeList = [
         'StyledTextCtrl_2',
         'TablePrint',
         'Throbber',
+        'Ticker',
         'TimeCtrl',
         'VListBox',
         ]),