.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.mixins.grid .. highlight:: python .. _wx.lib.mixins.grid.GridAutoEditMixin: ========================================================================================================================================== |phoenix_title| **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| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GridAutoEditMixin:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.mixins.grid.GridAutoEditMixin.__init__` Initialize self. See help(type(self)) for accurate signature. ================================================================================ ================================================================================ | |api| 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. .. method:: __init__(self) Initialize self. See help(type(self)) for accurate signature.