20#ifndef KICAD_GRID_BUTTON_H
21#define KICAD_GRID_BUTTON_H
23#include <wx/bmpbuttn.h>
37 void Draw( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
const wxRect& aRect,
38 int aRow,
int aCol,
bool aIsSelected )
override;
40 wxSize
GetBestSize( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
41 int aRow,
int aCol )
override;
57 void Draw( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
const wxRect& aRect,
58 int aRow,
int aCol,
bool aIsSelected )
override;
60 wxSize
GetBestSize( wxGrid& aGrid, wxGridCellAttr& aAttr, wxDC& aDc,
61 int aRow,
int aCol )
override;