.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.grid.GridEditorCreatedEvent: ========================================================================================================================================== |phoenix_title| **wx.grid.GridEditorCreatedEvent** ========================================================================================================================================== .. _GridEditorCreatedEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`wx.grid.GridEditorCreatedEvent` parameter. - EVT_GRID_EDITOR_CREATED: The editor for a cell was created. Processes a ``wxEVT_GRID_EDITOR_CREATED`` event type. - EVT_GRID_CMD_EDITOR_CREATED: The editor for a cell was created; variant taking a window identifier. Processes a ``wxEVT_GRID_EDITOR_CREATED`` event type. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GridEditorCreatedEvent:

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.grid.GridEditorCreatedEvent.__init__` Default constructor. :meth:`~wx.grid.GridEditorCreatedEvent.GetCol` Returns the column at which the event occurred. :meth:`~wx.grid.GridEditorCreatedEvent.GetControl` Returns the edit control. :meth:`~wx.grid.GridEditorCreatedEvent.GetRow` Returns the row at which the event occurred. :meth:`~wx.grid.GridEditorCreatedEvent.SetCol` Sets the column at which the event occurred. :meth:`~wx.grid.GridEditorCreatedEvent.SetControl` Sets the edit control. :meth:`~wx.grid.GridEditorCreatedEvent.SetRow` Sets the row at which the event occurred. ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.grid.GridEditorCreatedEvent.Col` See :meth:`~wx.grid.GridEditorCreatedEvent.GetCol` and :meth:`~wx.grid.GridEditorCreatedEvent.SetCol` :attr:`~wx.grid.GridEditorCreatedEvent.Control` See :meth:`~wx.grid.GridEditorCreatedEvent.GetControl` and :meth:`~wx.grid.GridEditorCreatedEvent.SetControl` :attr:`~wx.grid.GridEditorCreatedEvent.Row` See :meth:`~wx.grid.GridEditorCreatedEvent.GetRow` and :meth:`~wx.grid.GridEditorCreatedEvent.SetRow` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.grid.GridEditorCreatedEvent(CommandEvent) **Possible constructors**:: GridEditorCreatedEvent() GridEditorCreatedEvent(id, type, obj, row, col, ctrl) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: **~~~** **__init__** `(self)` Default constructor. **~~~** **__init__** `(self, id, type, obj, row, col, ctrl)` Constructor for initializing all event attributes. :param `id`: :type `id`: int :param `type`: :type `type`: wx.EventType :param `obj`: :type `obj`: wx.Object :param `row`: :type `row`: int :param `col`: :type `col`: int :param `ctrl`: :type `ctrl`: wx.Control **~~~** .. method:: GetCol(self) Returns the column at which the event occurred. :rtype: `int` .. method:: GetControl(self) Returns the edit control. :rtype: `Control` .. method:: GetRow(self) Returns the row at which the event occurred. :rtype: `int` .. method:: SetCol(self, col) Sets the column at which the event occurred. :param `col`: :type `col`: int .. method:: SetControl(self, ctrl) Sets the edit control. :param `ctrl`: :type `ctrl`: wx.Control .. method:: SetRow(self, row) Sets the row at which the event occurred. :param `row`: :type `row`: int .. attribute:: Col See :meth:`~wx.grid.GridEditorCreatedEvent.GetCol` and :meth:`~wx.grid.GridEditorCreatedEvent.SetCol` .. attribute:: Control See :meth:`~wx.grid.GridEditorCreatedEvent.GetControl` and :meth:`~wx.grid.GridEditorCreatedEvent.SetControl` .. attribute:: Row See :meth:`~wx.grid.GridEditorCreatedEvent.GetRow` and :meth:`~wx.grid.GridEditorCreatedEvent.SetRow`