TreeModel.connectRowDeleted

Connect to RowDeleted signal.

This signal is emitted when a row has been deleted.

Note that no iterator is passed to the signal handler, since the row is already deleted.

This should be called by models after a row has been removed. The location pointed to by path should be the location that the row previously was at. It may not be a valid location anymore.

interface TreeModel
ulong
connectRowDeleted
(
T
)
(,
Flag!"After" after = No.After
)

Parameters

callback T

signal callback delegate or function to connect

void callback(gtk.tree_path.TreePath path, gtk.tree_model.TreeModel treeModel)

path a gtk.tree_path.TreePath identifying the row (optional)

treeModel the instance the signal is connected to (optional)

after Flag!"After"

Yes.After to execute callback after default handler, No.After to execute before (default)

Return Value

Type: ulong

Signal ID