#include </home/zeitlin/src/wx/github/interface/wx/grid.h>
Inheritance diagram for wxGridEditorCreatedEvent:The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_GRID_EDITOR_CREATED event type. wxEVT_GRID_EDITOR_CREATED event type. Public Member Functions | |
| wxGridEditorCreatedEvent () | |
| Default constructor. | |
| wxGridEditorCreatedEvent (int id, wxEventType type, wxObject *obj, int row, int col, wxControl *ctrl) | |
| Constructor for initializing all event attributes. | |
| int | GetCol () |
| Returns the column at which the event occurred. | |
| wxControl * | GetControl () |
| Returns the edit control. | |
| int | GetRow () |
| Returns the row at which the event occurred. | |
| void | SetCol (int col) |
| Sets the column at which the event occurred. | |
| void | SetControl (wxControl *ctrl) |
| Sets the edit control. | |
| void | SetRow (int row) |
| Sets the row at which the event occurred. | |
| wxGridEditorCreatedEvent::wxGridEditorCreatedEvent | ( | ) |
Default constructor.
| wxGridEditorCreatedEvent::wxGridEditorCreatedEvent | ( | int | id, |
| wxEventType | type, | ||
| wxObject * | obj, | ||
| int | row, | ||
| int | col, | ||
| wxControl * | ctrl | ||
| ) |
Constructor for initializing all event attributes.
| int wxGridEditorCreatedEvent::GetCol | ( | ) |
Returns the column at which the event occurred.
| wxControl* wxGridEditorCreatedEvent::GetControl | ( | ) |
Returns the edit control.
| int wxGridEditorCreatedEvent::GetRow | ( | ) |
Returns the row at which the event occurred.
| void wxGridEditorCreatedEvent::SetCol | ( | int | col | ) |
Sets the column at which the event occurred.
| void wxGridEditorCreatedEvent::SetControl | ( | wxControl * | ctrl | ) |
Sets the edit control.
| void wxGridEditorCreatedEvent::SetRow | ( | int | row | ) |
Sets the row at which the event occurred.