X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a72f4631fe5ab7ebeefdacf8ec9c826ea962133f..f07962f933088c85ae0776cd2e4aec4579d31ffa:/wxPython/src/_gbsizer.i diff --git a/wxPython/src/_gbsizer.i b/wxPython/src/_gbsizer.i index d4dc75e0fb..08e468f3c7 100644 --- a/wxPython/src/_gbsizer.i +++ b/wxPython/src/_gbsizer.i @@ -113,7 +113,7 @@ public: elif index == 1: self.SetCol(val) else: raise IndexError def __nonzero__(self): return self.Get() != (0,0) - __safe_for_unpickling__ = true + __safe_for_unpickling__ = True def __reduce__(self): return (wx.GBPosition, self.Get()) } @@ -182,7 +182,7 @@ cell in each direction.", ""); elif index == 1: self.SetColspan(val) else: raise IndexError def __nonzero__(self): return self.Get() != (0,0) - __safe_for_unpickling__ = true + __safe_for_unpickling__ = True def __reduce__(self): return (wx.GBSpan, self.Get()) } @@ -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,