Set m_rows, m_cols so GetRows/GetCols in the base class work. Added

GetCellSize method.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-07 17:45:10 +00:00
parent 2825b3f502
commit 6217b9aa7e
3 changed files with 35 additions and 13 deletions

View File

@@ -94,6 +94,15 @@ pointer values) or NULL if not found. (non-recursive)
\membersection{wxGridBagSizer::GetCellSize}\label{wxgridbagsizergetcellsize}
\constfunc{wxSize}{GetCellSize}{\param{int }{row}, \param{int }{col}}
Get the size of the specified cell, including hgap and vgap. Only
valid after a Layout.
\membersection{wxGridBagSizer::GetEmptyCellSize}\label{wxgridbagsizergetemptycellsize}
\constfunc{wxSize}{GetEmptyCellSize}{\void}