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. 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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.tree_model.TreeModel model, gtk.tree_path.TreePath path)

Parameters

model gtk.tree_model.TreeModel

a #GtkTreeModel

path gtk.tree_path.TreePath

a valid #GtkTreePath-struct to monitor

Return Value

a newly allocated #GtkTreeRowReference, or null