|
KiCad PCB EDA Suite
|
Renders a combobox cell's text with an always-visible dropdown arrow, so it reads as a dropdown even when it isn't currently being edited (matching GRID_CELL_COMBOBOX's editor). More...
#include <grid_combobox.h>
Public Member Functions | |
| wxGridCellRenderer * | Clone () const override |
| void | Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override |
| wxSize | GetBestSize (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, int aRow, int aCol) override |
Renders a combobox cell's text with an always-visible dropdown arrow, so it reads as a dropdown even when it isn't currently being edited (matching GRID_CELL_COMBOBOX's editor).
Definition at line 34 of file grid_combobox.h.
|
override |
Definition at line 29 of file grid_combobox.cpp.
|
override |
Definition at line 35 of file grid_combobox.cpp.
|
override |
Definition at line 55 of file grid_combobox.cpp.