[Top]
GTK2
GTK2.TreeModelFilter
|
Method GTK2.TreeModelFilter()->convert_child_path_to_path()
- Method
convert_child_path_to_path
GTK2.TreePath convert_child_path_to_path(GTK2.TreePath child_path)
- Description
Converts child_path to a path relative to this model. That is,
child_path points to a path in the child mode. The returned path will
point to the same row in the sorted model.
|