24#ifndef GRID_CELL_CHECKBOX_H
25#define GRID_CELL_CHECKBOX_H
28#include <wx/generic/gridctrl.h>
38 wxGridCellBoolRenderer()
43 wxGridCellBoolRenderer( aOther )
47 void Draw( wxGrid&
grid, wxGridCellAttr& attr, wxDC& dc,
const wxRect& rect,
48 int row,
int col,
bool isSelected )
override;
void Draw(wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) override
GRID_CELL_CHECKBOX_RENDERER(const GRID_CELL_CHECKBOX_RENDERER &aOther)
GRID_CELL_CHECKBOX_RENDERER()