KiCad PCB EDA Suite
|
#include <functional>
#include <memory>
#include <wx/generic/gridctrl.h>
Go to the source code of this file.
Classes | |
class | GRID_CELL_TEXT_EDITOR |
This class works around a bug in wxGrid where the first keystroke doesn't get sent through the validator if the editor wasn't already open. More... | |
class | GRID_CELL_ESCAPED_TEXT_RENDERER |
A text renderer that can unescape text for display This is useful where it's desired to keep the underlying storage escaped. More... | |
class | GRID_CELL_STC_EDITOR |