Inherits from
- wxPySheetCellRenderer: wxPython.sheet.wxPySheetCellRenderer
Method summary
- __init__(self, provider = None)
- Clone(self)
- Draw(self, sheet, attr, dc, rect, row, col, isSelected)
- GetBestSize(self, sheet, attr, dc, row, col)
Methods
- __init__(self, provider = None)
Build a new SheetCellImageRenderer.
'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, sheet, attr, dc, rect, row, col, isSelected)
Draw the appropriate icon into the specified sheet cell.
- GetBestSize(self, sheet, attr, dc, row, col)
Determine best size for the cell.