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:
		@@ -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',
 | 
			
		||||
        ]),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user