 wx.lib.mixins.gridlabelrenderer.GridLabelRenderer¶
 wx.lib.mixins.gridlabelrenderer.GridLabelRenderer¶Base class for row, col or corner label renderers.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class GridLabelRenderer:
Inheritance diagram for class GridLabelRenderer:
 Known Subclasses¶
 Known Subclasses¶wx.lib.mixins.gridlabelrenderer.GridDefaultColLabelRenderer, wx.lib.mixins.gridlabelrenderer.GridDefaultCornerLabelRenderer, wx.lib.mixins.gridlabelrenderer.GridDefaultRowLabelRenderer
 Methods Summary¶
 Methods Summary¶| Override this method in derived classes to do the actual | |
| Draw a standard border around the label, to give a simple 3D | |
| Draw the label’s text in the rectangle, using the alignment | 
 Class API¶
 Class API¶Base class for row, col or corner label renderers.
Override this method in derived classes to do the actual drawing of the label.
Draw a standard border around the label, to give a simple 3D effect like the stock wx.grid.Grid labels do.
Draw the label’s text in the rectangle, using the alignment flags, and the grid’s specified label font and color.