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