- return _grid.GridCellRenderer_DecRef(*args, **kwargs)
-
- def Draw(*args, **kwargs):
- """
- Draw(self, Grid grid, GridCellAttr attr, DC dc, Rect rect, int row,
- int col, bool isSelected)
- """
- return _grid.GridCellRenderer_Draw(*args, **kwargs)
-
- def GetBestSize(*args, **kwargs):
- """GetBestSize(self, Grid grid, GridCellAttr attr, DC dc, int row, int col) -> Size"""
- return _grid.GridCellRenderer_GetBestSize(*args, **kwargs)