gtkTreeModelSortConvertChildPathToPath {RGtk2}R Documentation

gtkTreeModelSortConvertChildPathToPath

Description

Converts child.path to a path relative to tree.model.sort. That is, child.path points to a path in the child model. The returned path will point to the same row in the sorted model. If child.path isn't a valid path on the child model, then NULL is returned.

Usage

gtkTreeModelSortConvertChildPathToPath(object, child.path)

Arguments

object [GtkTreeModelSort] A GtkTreeModelSort
child.path [GtkTreePath] A GtkTreePath to convert

Value

[GtkTreePath] A newly allocated GtkTreePath, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]