X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41b78a7aaf105d6834053f1012c9936d5f8fe223..b956262276312c23ae0f9ae30fa9b2cd34011645:/wxPython/src/_gbsizer.i?ds=sidebyside diff --git a/wxPython/src/_gbsizer.i b/wxPython/src/_gbsizer.i index 865faad831..08e468f3c7 100644 --- a/wxPython/src/_gbsizer.i +++ b/wxPython/src/_gbsizer.i @@ -410,7 +410,11 @@ position, False if something was already there. the item was successfully placed at its given cell position, False if something was already there.", "", 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( wxSize , GetEmptyCellSize() const,