Package: gtk
Callback gtk:tree-model-foreach-func
Syntaxlambda (model path iter) => result Argumentsmodel -- a gtk:tree-model object being iterated path -- a current gtk:tree-path instance iter -- a current gtk:tree-iter iterator result -- true to stop iterating, false to continue Details Type of the callback function passed to the gtk:tree-model-foreach
function to iterate over the rows in a tree model. | See also |
#2024-5-3