This class is responsible for providing and manipulating the in-place edit controls for the grid. Instances of
Normally
See:
wxWidgets docs:
Creates the actual edit control.
Returns true if the edit control has been created.
Size and position the edit control.
Show or hide the edit control, use the specified attributes to set colours/fonts for it.
Reset the value in the control back to its starting value.
If the editor is enabled by pressing keys on the grid, this will be called to let the editor do something about that first key if desired.
If the editor is enabled by clicking on the cell, this method will be called.
Some types of controls on some platforms may need some help with the Return key.