From d612c25a3c5e0902aa20d9975f538b7ac1ccdfd8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 7 Oct 2004 20:24:39 +0000 Subject: [PATCH] Added missing GetCellSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_gbsizer.i | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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, -- 2.45.2