#include <wx/grid.h>
Base class for column headers renderer.
This is the same as wxGridHeaderLabelsRenderer currently but we still use a separate class for it to distinguish it from wxGridRowHeaderRenderer.
Additional Inherited Members | |
Public Member Functions inherited from wxGridHeaderLabelsRenderer | |
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. | |