Add doc for wxFlexGridSizer::GetRowHeights and GetColWidths

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2014-01-10 05:15:46 +00:00
parent c43600bbbe
commit a7288e4179

View File

@ -1639,7 +1639,17 @@ public:
Note that this method does not trigger relayout.
*/
void SetNonFlexibleGrowMode(wxFlexSizerGrowMode mode);
/**
Returns a read-only array containing the heights of the rows in the sizer.
*/
const wxArrayInt& GetRowHeights() const;
/**
Returns a read-only array containing the widths of the columns in the sizer.
*/
const wxArrayInt& GetColWidths() const;
virtual void RecalcSizes();
virtual wxSize CalcMin();