Signal

AtkTable::column-deleted

Declaration

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

Description [src]

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

Default handler:

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

Parameters

arg1

Type: gint

The index of the first column deleted.

arg2

Type: gint

The number of columns deleted.