Method
Gtk.TreeModel.rows_reordered
Declaration [src]
void
gtk_tree_model_rows_reordered (
GtkTreeModel* tree_model,
GtkTreePath* path,
GtkTreeIter* iter,
int* new_order
)
Description [src]
Emits the GtkTreeModel::rows-reordered
signal on tree_model
.
This should be called by models when their rows have been reordered.
Parameters
path |
GtkTreePath |
a |
|
Ownership is not transferred to the callee | |
iter |
GtkTreeIter |
a valid |
|
Ownership is not transferred to the callee | |
new_order |
int* |
an array of integers mapping the current position of
each child to its old position before the re-ordering,
i.e. |
|
Ownership is not transferred to the callee |