An object that tracks tree model changes so it refers to the same row always; a path refers to a position, not a fixed row. You almost always want to call gtk_tree_row_reference_new.
Public Member Functions | |
| this (GtkTreeRowReference *gtkTreeRowReference) | |
| Creates a new TreePath from a GtkTreePath. | |
| GtkTreeRowReference * | gtkR () |
| Gets the Gtk tree path structure. | |
| GType | getType () |
| Gets the type. | |
| this (TreeModel model, TreePath path) | |
| Creates a new Tree Row reference. | |
| this (ObjectG proxy, TreeModel model, TreePath path) | |
| Creates a new Tree Row Reference. | |
| TreePath | getPath () |
| Gets the current path correspondent to this row reference. | |
| bit | valid () |
| Checks if this Tree row reference is valid ??? | |
| this (TreeRowReference treeRowReference) | |
| Creates a new tree row reference by an existing one. | |
| void | free () |
| Frees this tree row reference. | |
| void | inserted (ObjectG proxy, TreePath path) |
| Inserted ??? | |
| void | deleted (ObjectG proxy, TreePath path) |
| Deleted ??? | |
| void | reordered (ObjectG proxy, TreePath path, TreeIter iter, gint *newOrder) |
| Reordered ??? | |
|
||||||||||||
|
Deleted ???
|
|
|
Frees this tree row reference.
|
|
|
Gets the current path correspondent to this row reference.
|
|
|
Gets the type.
|
|
|
Gets the Gtk tree path structure.
|
|
||||||||||||
|
Inserted ???
|
|
||||||||||||||||||||
|
Reordered ???
|
|
|
Creates a new tree row reference by an existing one.
|
|
||||||||||||||||
|
Creates a new Tree Row Reference.
|
|
||||||||||||
|
Creates a new Tree Row reference.
|
|
|
Creates a new TreePath from a GtkTreePath.
|
|
|
Checks if this Tree row reference is valid ???
|
|
|
|
|