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

@@ -1596,6 +1596,10 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO
Sets the height of the column labels.
If \arg{height} equals to \textt{wxGRID\_AUTOSIZE} then height is calculated
automatically so that no label is truncated. Note that this could be slow for a
large table. This flag is new since wxWidgets version 2.8.8.
\membersection{wxGrid::SetColLabelValue}\label{wxgridsetcollabelvalue}
@@ -1835,6 +1839,10 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO
Sets the width of the row labels.
If \arg{width} equals \textt{wxGRID\_AUTOSIZE} then width is calculated
automatically so that no label is truncated. Note that this could be slow for a
large table. This flag is new since wxWidgets version 2.8.8.
\membersection{wxGrid::SetRowLabelValue}\label{wxgridsetrowlabelvalue}