projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ccd26
)
Mention the wxMac wx.ComboBox fix
author
Robin Dunn
<robin@alldunn.com>
Wed, 20 Apr 2005 21:45:49 +0000
(21:45 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/docs/CHANGES.txt
b/wxPython/docs/CHANGES.txt
index cdfb9d47c96f7ad15ecf2847d2871cd6d1fe8711..ed50b54ca45cd570998abae4baf8016d510f745b 100644
(file)
--- a/
wxPython/docs/CHANGES.txt
+++ b/
wxPython/docs/CHANGES.txt
@@
-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.
+wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
+EVT_KEY_UP and EVT_TEXT events from its embedded text control.
+