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())
}
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())
}
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,