implement changing wxChoice and wxComboBox height

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-01 21:49:43 +00:00
parent 6bd9b9f247
commit 75004dfbe5
3 changed files with 80 additions and 16 deletions

View File

@@ -332,6 +332,10 @@ All (GUI):
- wxGrid: add possibility to prevent resizing of individual rows/columns.
- wxHTML: add support for table borders width (Laurent Humbertclaude).
MSW:
- Allow changing the height of wxChoice and wxComboBox.
i18n:
- Korean translations added (Sungkee Jung).