move animate from contrib to core, and migrate to new API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-11 03:51:27 +00:00
parent c2695fb3b1
commit e19b9131cb
13 changed files with 366 additions and 21428 deletions

View File

@@ -67,6 +67,7 @@ _treeList = [
'FlatNotebook',
'CustomTreeCtrl',
'AboutBox',
'AnimateCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -185,7 +186,6 @@ _treeList = [
'FloatBar',
'FloatCanvas',
'FoldPanelBar',
'GIFAnimationCtrl',
'HtmlWindow',
'HyperLinkCtrl',
'IntCtrl',
@@ -246,11 +246,11 @@ _treeList = [
# Images
('Using Images', [
## 'AlphaDrawing',
'AnimationCtrl',
'ArtProvider',
'BitmapFromBuffer',
'Cursor',
'DragImage',
'GIFAnimationCtrl',
'Image',
'ImageAlpha',
'ImageFromStream',