objects of one type into shadow objects of another type. (Like doing
a down-cast.) See the implementation in wx.py for some docs.
+Fixed wxImage GetData and SetData to properly use String objects for
+data transfer.
+
+Added access methods to wxGridEvent.
+
+New Makefile/Setup files supporting multiple dynamic extension modules
+for unix systems.
+
+Fixes for the wxGLCanvas demo to work around a strange bug in gtk.
+
+SWIG support routines now compiled separately instead of being bundled
+in wx.cpp.
----
0. I configure wxWindows like this, YMMV:
-./configure --with-gtk --without-shared --with-threads --without-unicode --with-libjpeg
-
+./configure --with-gtk --disable-shared --enable-threads --disable-unicode
1. Change into the $(WXWIN)/utils/wxPython/src directory.