wxRuby Documentation Home

Wx::GridEditorCreatedEvent

Derived from

CommandEvent

Event

Object

Event handling

The event handler for the following functions takes a GridEditorCreatedEvent parameter. The …CMD... variants also take a window identifier.

evt_grid_editor_created() { | event | ... } The editor for a cell was created. Processes a EVT_GRID_EDITOR_CREATED.
evt_grid_cmd_editor_created(id) { | event | ... } The editor for a cell was created; variant taking a window identifier. Processes a EVT_GRID_EDITOR_CREATED.

Methods

GridEditorCreatedEvent.new

GridEditorCreatedEvent.new(Integer id,  EventType type, 
                           Object obj, 
                           Integer row, 
                           Integer col, 
                           Control ctrl)

GridEditorCreatedEvent#get_col

Integer get_col()

Returns the column at which the event occurred.

GridEditorCreatedEvent#get_control

Control get_control()

Returns the edit control.

GridEditorCreatedEvent#get_row

Integer get_row()

Returns the row at which the event occurred.

GridEditorCreatedEvent#set_col

set_col(Integer col)

Sets the column at which the event occurred.

GridEditorCreatedEvent#set_control

set_control(Control ctrl)

Sets the edit control.

GridEditorCreatedEvent#set_row

set_row(Integer row)

Sets the row at which the event occurred.

[This page automatically generated from the Textile source at Thu May 01 00:50:38 +0100 2008]