Package: gtk

Callback gtk:tree-view-row-separator-func

Syntax

lambda (model iter) => result

Arguments

model -- a gtk:tree-model object
iter -- a gtk:tree-iter instance pointing at a row in the model
result -- true if the row is a separator

Details

Callback function for determining whether the row pointed to by iter should be rendered as a separator. A common way to implement this is to have a boolean column in the model, whose values the callback function returns.
 

See also

#2024-3-13