Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeModelRowsReordered

gtkTreeModelRowsReordered


Description

Emits the "rows-reordered" signal on tree.model. This should be called by models when their rows have been reordered.

Usage

gtkTreeModelRowsReordered(object, path, iter, new.order)

Arguments

object

A GtkTreeModel

path

A GtkTreePath pointing to the tree node whose children have been reordered

iter

A valid GtkTreeIter pointing to the node whose children have been reordered, or NULL if the depth of path is 0.

new.order

a list of integers mapping the current position of each child to its old position before the re-ordering, i.e. new.order[newpos] = oldpos.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.