Added missing GetCellSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-07 20:24:39 +00:00
parent 1fc3b23ad7
commit d612c25a3c

View File

@@ -410,7 +410,11 @@ position, False if something was already there.
the item was successfully placed at its given cell position, False if the item was successfully placed at its given cell position, False if
something was already there.", "", something was already there.", "",
AddItem); AddItem);
DocDeclStr(
wxSize , GetCellSize(int row, int col) const,
"Get the size of the specified cell, including hgap and
vgap. Only valid after a Layout.", "");
DocDeclStr( DocDeclStr(
wxSize , GetEmptyCellSize() const, wxSize , GetEmptyCellSize() const,