Trait gtk4::subclass::filter::FilterImpl
source · pub trait FilterImpl: FilterImplExt + ObjectImpl {
// Provided methods
fn strictness(&self, filter: &Self::Type) -> FilterMatch { ... }
fn match_(&self, filter: &Self::Type, item: &Object) -> bool { ... }
}