Fixed wxImage GetData and SetData to properly use String objects for

data transfer.

Added access methods to wxGridEvent.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-08-03 06:44:28 +00:00
parent 849949b13f
commit 1dc2f8658b
7 changed files with 975 additions and 6630 deletions

View File

@@ -93,6 +93,10 @@ 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.