.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridEditorCreatedEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridEditorCreatedEvent \- .SH DESCRIPTION .SH "PARENTS" wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridEditorCreatedEvent () Default constructor. .SS wxGridEditorCreatedEvent (int idwxEventType typewxObject* objint rowint colwxControl* ctrl) .SS int GetCol () Returns the column at which the event occurred. .SS wxControl* GetControl () Returns the edit control. .SS int GetRow () Returns the row at which the event occurred. .SS void SetCol (int col) Sets the column at which the event occurred. .SS void SetControl (wxControl* ctrl) Sets the edit control. .SS void SetRow (int row) Sets the row at which the event occurred. .SH EVENTS .SS EVT_GRID_EDITOR_CREATED(func) The editor for a cell was created. Processes a wxEVT_GRID_EDITOR_CREATED. .SS 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. .SH "SEE ALSO" wxCommandEvent wxEvent wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.