20#ifndef KICAD_GRID_BUTTON_H
21#define KICAD_GRID_BUTTON_H
36 void Draw( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
const wxRect& aRect,
37 int aRow,
int aCol,
bool aIsSelected )
override;
39 wxSize
GetBestSize( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
40 int aRow,
int aCol)
override;