backported wxGrid labels autosizing patch (r44835) to 2.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-11-23 21:21:25 +00:00
parent 6144cede54
commit c25ddfa8a3
4 changed files with 85 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ Major new features in 2.8 release
All (GUI):
- Added wxWindow::GetNextSibling() and GetPrevSibling()
- Support wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize() (Evgeniy Tarassov)
All (Unix):