 
       wx.grid.GridCornerHeaderRenderer¶
  wx.grid.GridCornerHeaderRenderer¶Base class for corner window renderer.
This is the simplest of all header renderers and only has a single function.
New in version 2.9.1.
 Class API¶
 Class API¶wx.grid.GridCornerHeaderRenderer(object)¶Base class for corner window renderer.
DrawBorder(self, grid, dc, rect)¶Called by the grid to draw the corner window border.
This method is responsible for drawing the border inside the given rect  and adjusting the rectangle size to correspond to the area inside the border, i.e. usually call wx.Rect.Deflate   to account for the border width.
| Parameters: | 
 | 
|---|