#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-2.x86_64/src/wxWidgets-3.1.5/interface/wx/grid.h>
Base class for row headers renderer.
This is the same as wxGridHeaderLabelsRenderer currently but we still use a separate class for it to distinguish it from wxGridColumnHeaderRenderer and wxGridCornerHeaderRenderer.
Additional Inherited Members | |
![]() | |
virtual void | DrawBorder (const wxGrid &grid, wxDC &dc, wxRect &rect) const =0 |
Called by the grid to draw the border around the cell header. | |
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. | |