wx.lib.mixins.grid.GridAutoEditMixin¶
A mix-in class that automatically enables the grid edit control when a cell is selected.
If your class hooks EVT_GRID_SELECT_CELL be sure to call event.Skip so this handler will be called too.
Class Hierarchy¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
Class API¶
- class GridAutoEditMixin¶
A mix-in class that automatically enables the grid edit control when a cell is selected.
If your class hooks EVT_GRID_SELECT_CELL be sure to call event.Skip so this handler will be called too.
Methods¶
- __init__(self)¶
Initialize self. See help(type(self)) for accurate signature.