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(%(arg-type)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(%(arg-type)Integer% col)

Sets the column at which the event occurred.

GridEditorCreatedEvent#set_control

set_control(%(arg-type)Control% ctrl)

Sets the edit control.

GridEditorCreatedEvent#set_row

set_row(%(arg-type)Integer% row)

Sets the row at which the event occurred.

[This page automatically generated from the Textile source at 2023-06-03 08:07:37 +0000]