]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing GetCellSize
authorRobin Dunn <robin@alldunn.com>
Thu, 7 Oct 2004 20:24:39 +0000 (20:24 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 7 Oct 2004 20:24:39 +0000 (20:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_gbsizer.i

index 865faad8315821b636a27d3dfbec2a6c06543569..08e468f3c70355495830671c1ab5af70a7ccaefe 100644 (file)
@@ -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,