row_inserted


Description:

public virtual signal void row_inserted (int row, int num_inserted)

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

Parameters:

arg1

The index of the first row inserted.

arg2

The number of rows inserted.