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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user