]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/msw/events.cpp
Cleanup up the demo a bit
authorRobin Dunn <robin@alldunn.com>
Fri, 18 May 2001 21:59:59 +0000 (21:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 18 May 2001 21:59:59 +0000 (21:59 +0000)
commit493f1553fdfd276ed9944c5f1c070ee34be13b52
tree1b037eabb1b3984a2baaa86b6fe6a7f0efe63029
parentc20a12bd55922d14691303ffc62928de3e7e1cbe
Cleanup up the demo a bit

Added wxWave

Added another patch for SWIG that optimizes the generated code some
and eliminates some unused type mappings in the type registry.
(Reduces it by about half!)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
74 files changed:
wxPython/CHANGES.txt
wxPython/SWIG/cplus.cxx.patch [new file with mode: 0644]
wxPython/SWIG/typemaps.i
wxPython/b.bat
wxPython/contrib/glcanvas/msw/glcanvas.cpp
wxPython/contrib/ogl/ogl.cpp
wxPython/contrib/ogl/oglbasic.cpp
wxPython/contrib/ogl/oglcanvas.cpp
wxPython/contrib/ogl/oglshapes.cpp
wxPython/contrib/ogl/oglshapes2.cpp
wxPython/contrib/stc/stc_.cpp
wxPython/demo/ColourSelect.py
wxPython/demo/DialogUnits.py
wxPython/demo/Main.py
wxPython/demo/OOR.py
wxPython/demo/Sizers.py
wxPython/demo/SlashDot.py
wxPython/demo/bitmaps/robin.jpg [new file with mode: 0644]
wxPython/demo/bmp_source/robin.jpg [deleted file]
wxPython/demo/data/anykey.wav [new file with mode: 0644]
wxPython/demo/data/plan.wav [new file with mode: 0644]
wxPython/demo/demoMainLoop.py
wxPython/demo/encode_bitmaps.py
wxPython/demo/hangman.py
wxPython/demo/images.py
wxPython/demo/pyTree.py
wxPython/demo/viewer_basics.py
wxPython/demo/wxCalendar.py
wxPython/demo/wxCheckBox.py
wxPython/demo/wxChoice.py
wxPython/demo/wxColourDialog.py
wxPython/demo/wxComboBox.py
wxPython/demo/wxGLCanvas.py
wxPython/demo/wxListBox.py
wxPython/demo/wxListCtrl.py
wxPython/demo/wxRadioBox.py
wxPython/demo/wxSingleChoiceDialog.py
wxPython/demo/wxStaticBitmap.py
wxPython/demo/wxStaticText.py
wxPython/demo/wxTreeCtrl.py
wxPython/demo/wxWave.py [new file with mode: 0644]
wxPython/src/_extras.py
wxPython/src/helpers.cpp
wxPython/src/misc.i
wxPython/src/misc2.i
wxPython/src/msw/calendar.cpp
wxPython/src/msw/clip_dnd.cpp
wxPython/src/msw/cmndlgs.cpp
wxPython/src/msw/controls.cpp
wxPython/src/msw/controls2.cpp
wxPython/src/msw/events.cpp
wxPython/src/msw/filesys.cpp
wxPython/src/msw/frames.cpp
wxPython/src/msw/gdi.cpp
wxPython/src/msw/grid.cpp
wxPython/src/msw/html.cpp
wxPython/src/msw/htmlhelp.cpp
wxPython/src/msw/image.cpp
wxPython/src/msw/mdi.cpp
wxPython/src/msw/misc.cpp
wxPython/src/msw/misc.py
wxPython/src/msw/misc2.cpp
wxPython/src/msw/misc2.py
wxPython/src/msw/printfw.cpp
wxPython/src/msw/sizers.cpp
wxPython/src/msw/stattool.cpp
wxPython/src/msw/streams.cpp
wxPython/src/msw/utils.cpp
wxPython/src/msw/windows.cpp
wxPython/src/msw/windows2.cpp
wxPython/src/msw/windows3.cpp
wxPython/src/msw/wx.cpp
wxPython/src/msw/wx.py
wxPython/src/my_typemaps.i