]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/GIFAnimationCtrl.py
Added wrappers and a demo for the animate contrib
authorRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:15:29 +0000 (23:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 4 Apr 2005 23:15:29 +0000 (23:15 +0000)
commit2e5aa9c48d73e1302040bee59e4f41197f33b8ee
tree698ffdf164cfff27534a22d4fcbb73eb3ffeb51a
parent48e7d325a2025d26b0796f42099cf6b1b0b8764c
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
23 files changed:
wxPython/config.py
wxPython/contrib/animate/_animate_rename.i [new file with mode: 0644]
wxPython/contrib/animate/animate.i [new file with mode: 0644]
wxPython/contrib/animate/gtk/animate.py [new file with mode: 0644]
wxPython/contrib/animate/gtk/animate_wrap.cpp [new file with mode: 0644]
wxPython/demo/GIFAnimationCtrl.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/demo/bitmaps/ani-avtr.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-bookworm.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-bttrfly.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-hooked.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-man.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-phone.gif [new file with mode: 0644]
wxPython/demo/bitmaps/ani-walker.gif [new file with mode: 0644]
wxPython/demo/bitmaps/tbttrfly.gif [new file with mode: 0644]
wxPython/distrib/DIRLIST
wxPython/distrib/mac/wxPythonOSX/build
wxPython/distrib/make_installer.py
wxPython/distrib/wxPythonFull.spec.in
wxPython/docs/BUILD.txt
wxPython/docs/CHANGES.txt
wxPython/setup.py
wxPython/wxPython/animate.py [new file with mode: 0644]