TableT.addOnColumnInserted

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

template TableT(TStruct)
void
addOnColumnInserted
(
void delegate
(
int
,
int
,
TableIF
)
dlg
,)

Meta