Package: gtk

Function gtk:tree-model-filter-set-modify-func

Lambda List

gtk:tree-model-filter-set-modify-func (filter gtypes func)

Arguments

filter -- a gtk:tree-model-filter object
gtypes -- a list of g:type-t type IDs of the columns
func -- a gtk:tree-model-filter-modify-func callback function

Details

With types parameters, you give a list of column types for this model, which will be exposed to the parent model/view. The func parameter specifies the modify function. The modify function will get called for each data access, the goal of the modify function is to return the data which should be displayed at the location specified using the parameters of the modify function.

Warning

The gtk:tree-model-filter implementation is deprecated since 4.10. Use the gtk:filter-list-model implementation instead.
 

See also

#2024-4-29