#include <wx/grid.h>
Common base class for row and column headers renderers.
Public Member Functions | |
virtual void | DrawLabel (const wxGrid &grid, wxDC &dc, const wxString &value, const wxRect &rect, int horizAlign, int vertAlign, int textOrientation) const |
Called by the grid to draw the specified label. | |
Public Member Functions inherited from wxGridCornerHeaderRenderer | |
virtual void | DrawBorder (const wxGrid &grid, wxDC &dc, wxRect &rect) const =0 |
Called by the grid to draw the corner window border. | |
|
virtual |
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 wxGrid::GetLabelTextColour() and wxGrid::GetLabelFont() to draw the label.