[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "1.24" , since = "0.6" ) ]
public delegate bool ModelFilterFunc (Model model, ModelIter iter)
Warning: ModelFilterFunc is deprecated since 1.24.
Filters the content of a row in the model.
Implement filters using a custom ListModel instead
model |
a Model |
iter |
the iterator for the row |
user_data |
data passed to set_filter |
If the row should be displayed, return |