ModelFilterFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "1.24" , since = "0.6" ) ]
public delegate bool ModelFilterFunc (Model model, ModelIter iter)
[ 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.
Note:
Implement filters using a custom ListModel instead
Parameters:
model |
a Model |
iter |
the iterator for the row |
user_data |
data passed to set_filter |
Returns:
If the row should be displayed, return |
Namespace: Clutter
Package: clutter-1.0