Added wx.lib.ticker.Ticker class from Chris Mellon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-01 22:00:21 +00:00
parent b2371711d0
commit cccce1a6e7
3 changed files with 357 additions and 2 deletions

View 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',
]),