]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/README.txt
fixed somebody's poorly done StreamSize-->GetSize transition
[wxWidgets.git] / utils / wxPython / README.txt
index 054a77bdc8288216b138344d11aac519e6336146..93d998727368fc6019215085b0f4dcae86227c11 100644 (file)
@@ -93,6 +93,18 @@ Added a helper function named wxPyTypeCast that can convert shadow
 objects of one type into shadow objects of another type.  (Like doing
 a down-cast.)  See the implementation in wx.py for some docs.
 
 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.
 
 
 
 
 
 
@@ -335,8 +347,7 @@ Unix
 ----
 0. I configure wxWindows like this, YMMV:
 
 ----
 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.
 
 
 1. Change into the $(WXWIN)/utils/wxPython/src directory.