Trait gtk4::subclass::filter::FilterImplExt [−][src]
pub trait FilterImplExt: ObjectSubclass {
fn parent_strictness(&self, filter: &Self::Type) -> FilterMatch;
fn parent_match_(&self, filter: &Self::Type, item: &Object) -> bool;
}