]> git.saurik.com Git - wxWidgets.git/commitdiff
notes about more changes
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:49:58 +0000 (20:49 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:49:58 +0000 (20:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 00472b4f425c140996445338bb859be30de96fdd..44675d9ad81239b6352903e03f28c7936e848aa2 100644 (file)
@@ -152,6 +152,14 @@ current platform's standards.  You simply need to add each `wx.Button`
 to the sizer, and be sure to create the buttons using the standard
 ID's.  Then call `Finalize` and the sizer will take care of the rest.
 
+wxMSW Toolbar: pass correct tool id (and not always -1) to the
+EVT_TOOL_RCLICKED handler
+
+wxGTK: Applied patched for combo box SELECTED events (no longer get
+lots of surplus events)
+
+wxGTK: Applied patch for proper menu highlight colour detection in
+wx.SystemSettings.
 
 
 
@@ -513,6 +521,9 @@ in the PyShell::
        ...     wx.MilliSleep(10)
 
 
+wxGTK: Applied wxNO_BORDER patch (#1098374) for text control and combo
+box.
+
 
 
 2.5.1.5