]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention the wxMac wx.ComboBox fix
authorRobin Dunn <robin@alldunn.com>
Wed, 20 Apr 2005 21:45:49 +0000 (21:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 20 Apr 2005 21:45:49 +0000 (21:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index cdfb9d47c96f7ad15ecf2847d2871cd6d1fe8711..ed50b54ca45cd570998abae4baf8016d510f745b 100644 (file)
@@ -43,6 +43,9 @@ wx.stc.StyledTextCtrl:  Added the StyleSetFontEncoding(style, enc)
 method that allows you to set the encoding to be used by the font for
 a particular style.
 
 method that allows you to set the encoding to be used by the font for
 a particular style.
 
+wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
+EVT_KEY_UP and EVT_TEXT events from its embedded text control.
+