]> git.saurik.com Git - wxWidgets.git/commitdiff
Some change notes
authorRobin Dunn <robin@alldunn.com>
Tue, 14 Sep 2004 02:57:37 +0000 (02:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 Sep 2004 02:57:37 +0000 (02:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 9803a246cfc852ea854d93dc424054da48403779..0e213b84b06c8dd3b7090b3c0a7a3eacd02eb26f 100644 (file)
@@ -74,6 +74,17 @@ and PyGetDate methods.
 wxMSW: SetBackgroundColour on a wx.Choice or a wx.ComboBox will now
 also set the colour of the dropdown.
 
+wxMac: MessageDialog now supports wx.NO_DEFAULT style
+
+wxMSW: added AssociateHandle and DissociateHandle to wx.Window
+
+wxMac: fix for toolbar tooltips
+
+wx.Sizer.Show (and Hide) now take an optional parameter specifying if
+the item to be shown should be searched for recursivly in subsizers,
+and return a boolean value indicating if the item was found.
+
+