]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Correct compilation conditions for wxURL::SetProxy.
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 386c230c5cf204c36c1bdd722ed715750b6d83ff..ce34cd01a76f4f7a4c9566ae53bf2d7d274052b1 100644 (file)
@@ -265,6 +265,17 @@ style=wx.BUFFER_VIRTUAL_AREA parameter.
 wx.gizmos.TreeListCtrl:  Add support for the EVT_TREE_ITEM_GETTOOLTIP
 event. 
 
+Added Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to
+wx.Image. 
+
+Added wx.Rect.IsEmpty
+
+wxGTK:
+    - Corrected wx.ListBox selection handling
+    - Corrected default button size handling for different themes
+    - Corrected splitter sash size and look for different themes
+    - Fixed keyboard input for dead-keys
+