Added wrappers and a demo for the animate contrib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-04 23:15:29 +00:00
parent 48e7d325a2
commit 2e5aa9c48d
23 changed files with 5954 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ _treeList = [
# new stuff
('Recent Additions/Updates', [
'FoldPanelBar',
'GIFAnimationCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -153,6 +154,7 @@ _treeList = [
'FloatBar',
'FloatCanvas',
'FoldPanelBar',
'GIFAnimationCtrl',
'HtmlWindow',
'IntCtrl',
'MediaCtrl',
@@ -211,6 +213,7 @@ _treeList = [
'ArtProvider',
'Cursor',
'DragImage',
'GIFAnimationCtrl',
'Image',
'ImageAlpha',
'ImageFromStream',