Package: gtk

Function gtk:tree-model-string-from-iter

Lambda List

gtk:tree-model-string-from-iter (model iter)

Arguments

model -- a gtk:tree-model object
iter -- a gtk:tree-iter instance

Return Value

The string representation of iter.

Details

Generates a string representation of the iterator. This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string.

Warning

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

See also

#2024-5-1