.. 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.sheet
.. highlight:: python
.. _wx.lib.sheet.CTextCellEditor:
==========================================================================================================================================
|phoenix_title| **wx.lib.sheet.CTextCellEditor**
==========================================================================================================================================
Custom text control for cell editing
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
CTextCellEditor:
|
|super_classes| Known Superclasses
==================================
:class:`wx.TextCtrl`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.sheet.CTextCellEditor.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.sheet.CTextCellEditor.OnChar` Customizes char events
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: CTextCellEditor(wx.TextCtrl)
Custom text control for cell editing
.. method:: __init__(self, parent, id, grid)
Initialize self. See help(type(self)) for accurate signature.
.. method:: OnChar(self, evt)
Customizes char events