Inherits from
- PyGridCellRenderer: wx.grid.PyGridCellRenderer
Method summary
- __init__(self, column)
- Clone(self)
- dispose(self)
- Draw(self, grid, attr, dc, rect, row, col, is_selected)
- GetBestSize(self, grid, attr, dc, row, col)
- on_key(self, grid, row, col, key_event)
- on_left_click(self, grid, row, col)
- on_left_dclick(self, grid, row, col)
- on_right_click(self, grid, row, col)
- on_right_dclick(self, grid, row, col)
Methods
- __init__(self, column)
Creates a new ThemedCellRenderer.
- Clone(self)
- dispose(self)
- Draw(self, grid, attr, dc, rect, row, col, is_selected)
Draws the contents of the specified grid cell.
- GetBestSize(self, grid, attr, dc, row, col)
Determine best size for the cell.
- on_key(self, grid, row, col, key_event)
- on_left_click(self, grid, row, col)
- on_left_dclick(self, grid, row, col)
- on_right_click(self, grid, row, col)
- on_right_dclick(self, grid, row, col)