TreeModelFilter.convertChildPathToPath

Converts child_path to a path relative to filter. That is, child_path points to a path in the child model. The rerturned path will point to the same row in the filtered model. If child_path isn’t a valid path on the child model or points to a row which is not visible in filter, then null is returned.

class TreeModelFilter
convertChildPathToPath

Parameters

childPath gtk.tree_path.TreePath

Return Value

Type: gtk.tree_path.TreePath

A newly allocated gtk.tree_path.TreePath