#include <wx/grid.h>
Public Member Functions | |
virtual void | DrawBorder (const wxGrid &grid, wxDC &dc, wxRect &rect) const |
Implement border drawing for the column labels. | |
![]() | |
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. | |
virtual void | DrawBorder (const wxGrid &grid, wxDC &dc, wxRect &rect) const =0 |
Called by the grid to draw the corner window border. | |
|
virtual |
Implement border drawing for the column labels.
Implements wxGridCornerHeaderRenderer.