Package: gtk

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

Details

Callback function type 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.
 lambda (model iter)  
model
A gtk-tree-model object.
iter
A gtk-tree-iter instance pointing at a row in model.
Return
True if the row is a separator.
 

See also

2021-3-13