wx.grid.GridHeaderLabelsRenderer¶Common base class for row and column headers renderers.
New in version 2.9.1.
Class Hierarchy¶
Inheritance diagram for class GridHeaderLabelsRenderer:
Known Subclasses¶wx.grid.GridColumnHeaderRenderer, wx.grid.GridRowHeaderRenderer
Methods Summary¶Called by the grid to draw the specified label. |
Class API¶Common base class for row and column headers renderers.
Called by the grid to draw the specified label.
Notice that the base class DrawBorder method is called before this one.
The default implementation uses wx.grid.Grid.GetLabelTextColour and wx.grid.Grid.GetLabelFont to draw the label.
grid (wx.grid.Grid) –
dc (wx.DC) –
value (string) –
rect (wx.Rect) –
horizAlign (int) –
vertAlign (int) –
textOrientation (int) –