Package: gtk

Function gtk-tree-model-sort-convert-child-iter-to-iter

Lambda List

gtk-tree-model-sort-convert-child-iter-to-iter (model iter)

Arguments

model -- a gtk-tree-model-sort object
iter -- a valid gtk-tree-iter instance pointing to a row on the child model

Return Value

A valid gtk-tree-iter iterator to a visible row in the sorted model, or nil.

Details

Returns the iterator to the row in model that corresponds to the row pointed at by iter.
 

See also

2021-3-10