TreeRowReference.this

Creates a row reference based on path. This reference will keep pointing to the node pointed to by path, so long as it exists. It listens to all signals emitted by model, and updates its path appropriately. If path isn't a valid path in model, then NULL is returned.

Parameters

model TreeModelIF

A GtkTreeModel

path TreePath

A valid GtkTreePath to monitor

Throws

ConstructionException GTK+ fails to create the object.

Meta