Signal

AtkTable::row-inserted

Declaration

void
row_inserted (
  AtkTable* self,
  gint arg1,
  gint arg2,
  gpointer user_data
)

Description [src]

The “row-inserted” signal is emitted by an object which implements the AtkTable interface when a row is inserted.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

arg1

Type: gint

The index of the first row inserted.

arg2

Type: gint

The number of rows inserted.