X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bf5d46efb26ab22575ca9bc0d0ca5d32d6b77a3..2356708db31b737c6eae53c2316b642aa5a2e68d:/utils/wxPython/README.txt?ds=sidebyside diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index 054a77bdc8..93d9987273 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -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. +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: -./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.