pub trait TreeModelFilterExtManual: 'static {
    fn set_modify_func<F: Fn(&TreeModel, &TreeIter, i32) -> Value + 'static>(
        &self,
        types: &[Type],
        func: F
    ); }
Expand description

Trait containing manually implemented methods of TreeModelFilter.

Required methods

Implementors