Mention the wxMac wx.ComboBox fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-20 21:45:49 +00:00
parent 05ccd26a17
commit e03046408b

View 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 method that allows you to set the encoding to be used by the font for
a particular style. 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.