Inherits from
- PyGridCellRenderer: wx.grid.PyGridCellRenderer
Method summary
- __init__(self, provider = None)
- Clone(self)
- Draw(self, grid, attr, dc, rect, row, col, isSelected)
- GetBestSize(self, grid, attr, dc, row, col)
Methods
- __init__(self, provider = None)
Build a new PyGridCellImageRenderer.
'provider', if provided, should implement get_image_for_cell(row, col) to specify an image to appear in the cell at row, col.
- Clone(self)
- Draw(self, grid, attr, dc, rect, row, col, isSelected)
Draw the appropriate icon into the specified grid cell.
- GetBestSize(self, grid, attr, dc, row, col)
Determine best size for the cell.