X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e46286351dbfa7ae98e8341e4fc328b134601e87..2356708db31b737c6eae53c2316b642aa5a2e68d:/utils/wxPython/README.txt?ds=sidebyside diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index a1601aa61d..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.