Package: gtk

Function gtk:tree-path-append-index

Lambda List

gtk:tree-path-append-index (path index)

Arguments

path -- a gtk:tree-path instance
index -- an integer with the index

Return Value

The gtk:tree-path instance.

Details

Appends a new index to the tree path. As a result, the depth of path is increased.

Warning

The gtk:tree-path implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2023-1-27