Derived from
wxCommandEvent
wxEvent
wxObject
Event handling
The event handler for the following functions takes a wxGridEditorCreatedEvent parameter. The ..._CMD_... variants also take a window identifier.
EVT_GRID_EDITOR_CREATED(func) | The editor for a cell was created. Processes a wxEVT_GRID_EDITOR_CREATED. |
---|---|
EVT_GRID_CMD_EDITOR_CREATED(id, func) | The editor for a cell was created; variant taking a window identifier. Processes a wxEVT_GRID_EDITOR_CREATED. |
Include files
<wx/grid.h>
Default constructor.
Returns the column at which the event occurred.
Returns the edit control.
Returns the row at which the event occurred.
Sets the column at which the event occurred.
Sets the edit control.
Sets the row at which the event occurred.
ymasuda 平成17年11月19日