TreeRowReference.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

Creates a row reference based on path.

This reference will keep pointing to the node pointed to by path, so long as it exists. Any changes that occur on model are propagated, and the path is updated appropriately. If path isn’t a valid path in model, then null is returned.

Parameters

modela [gtk.tree_model.TreeModel]
patha valid [gtk.tree_path.TreePath] to monitor

Returns

a newly allocated [gtk.tree_row_reference.TreeRowReference]