]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
wxUniversal fixes:
[wxWidgets.git] / wxPython / CHANGES.txt
index 157dcec7f6da343aac55705f480540e7479e51fe..c69baec9bf7dcdd96566a358d3519fef117eaeab 100644 (file)
@@ -84,6 +84,11 @@ Python instance object with a class that raises an exception whenever
 a method call (or other attribute access) is attempted.  This works
 for any class that is OOR aware.
 
+Added OOR support for wxGridCellRenderer, wxGridCellEditor,
+wxGridCellAttr, wxGridCellAttrProvider, wxGridTableBase and their
+derived classes.
+
+
 
 
 2.3.2.1
@@ -96,7 +101,6 @@ Added some patches from library contributors.
 
 
 
-
 2.3.2
 -----
 Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,