add support for defining list control columns in XRC too (and correct a few things in previously added list items support)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-25 13:00:28 +00:00
parent 9cd203f776
commit ef18e79223
6 changed files with 128 additions and 73 deletions

View File

@@ -334,7 +334,7 @@ All:
All (GUI):
- wxWindow::SetAutoLayout() now works for all windows, not just panels.
- Support loading wxListCtrl items and image lists from XRC (Kinaou Herv<72>).
- Support wxListCtrl columns, items and image lists in XRC (Kinaou Herv<72>).
- wxGrid: add possibility to prevent resizing of individual rows/columns.
- wxHTML: add support for table borders width (Laurent Humbertclaude).
- Added wxMouseEventsManager.