************************** wx.grid.GridCellTextEditor ************************** Inheritance diagram for `wx.grid.GridCellTextEditor`: | .. inheritance-diagram:: wx.grid.GridCellTextEditor | Description =========== The editor for string/text data. .. seealso:: `wx.grid.GridCellEditor `_, `wx.grid.GridCellFloatEditor `_, `wx.grid.GridCellBoolEditor `_, `wx.grid.GridCellNumberEditor `_, `wx.grid.GridCellChoiceEditor `_ Derived From ^^^^^^^^^^^^^ * `wx.grid.GridCellEditor `_ Known Subclasses ^^^^^^^^^^^^^^^^ `wx.grid.GridCellAutoWrapStringEditor`, `wx.grid.GridCellFloatEditor `_, `wx.grid.GridCellNumberEditor `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `GetValue <#GetValue>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `Value <#Value>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.` -------- .. method:: GetValue() `No docstrings available for this method.` -------- Properties ^^^^^^^^^^ .. attribute:: Value See `GetValue <#GetValue>`_