Default row header renderer.
You may derive from this class if you need to only override one of its methods (i.e. either DrawLabel
or DrawBorder
) but continue to use the default implementation for the other one.
New in version 2.9.1.
Implement border drawing for the row labels. |
Default row header renderer.
Implement border drawing for the row labels.
grid (wx.grid.Grid) –
dc (wx.DC) –
rect (wx.Rect) –