wxgrideditorcreatedeventderived from
wxcommandevent event handling the event handler for the following functions takes a wxgrideditorcreatedevent parameter. the ..._cmd_... variants also take a window identifier.
<wx/grid.h> members
wxgrideditorcreatedevent::wxgrideditorcreatedevent
wxgrideditorcreatedevent::wxgrideditorcreatedeventwxgrideditorcreatedevent() default constructor. wxgrideditorcreatedevent(int id, wxeventtype type, wxobject* obj, int row, int col, wxcontrol* ctrl)
wxgrideditorcreatedevent::getcolint getcol() returns the column at which the event occurred.
wxgrideditorcreatedevent::getcontrolwxcontrol* getcontrol() returns the edit control.
wxgrideditorcreatedevent::getrowint getrow() returns the row at which the event occurred.
wxgrideditorcreatedevent::setcolvoid setcol(int col) sets the column at which the event occurred.
wxgrideditorcreatedevent::setcontrolvoid setcontrol(wxcontrol* ctrl) sets the edit control.
wxgrideditorcreatedevent::setrowvoid setrow(int row) sets the row at which the event occurred.
|