column_inserted


Description:

public virtual signal void column_inserted (int column, int num_inserted)

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

Parameters:

arg1

The index of the column inserted.

arg2

The number of colums inserted.