 wx.grid.GridCellActivatableEditor¶
 wx.grid.GridCellActivatableEditor¶Base class for activatable editors.
Inheriting from this class makes it simpler to implement editors that support only activation, but not in-place editing, as they only need to implement TryActivate, DoActivate  and Clone  methods, but not all the other pure virtual methods of   wx.grid.GridCellEditor.
Added in version 4.1/wxWidgets-3.1.4.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class GridCellActivatableEditor:
Inheritance diagram for class GridCellActivatableEditor:
 Methods Summary¶
 Methods Summary¶| Same method as in wx.grid.GridCellEditor, but pure virtual. | |
| Same method as in wx.grid.GridCellEditor, but pure virtual. | 
 Class API¶
 Class API¶Base class for activatable editors.
Same method as in wx.grid.GridCellEditor, but pure virtual.
row (int)
col (int)
grid (wx.grid.Grid)
None
Same method as in wx.grid.GridCellEditor, but pure virtual.
Note that the implementation of this method must never return wx.grid.GridActivationResult.DoEdit   for the editors inheriting from this class, as it doesn’t support normal editing.
row (int)
col (int)
grid (wx.grid.Grid)
actSource (wx.grid.GridActivationSource)