column_deleted


Description:

public virtual signal void column_deleted (int column, int num_deleted)

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

Parameters:

arg1

The index of the first column deleted.

arg2

The number of columns deleted.