Trait gtk4::subclass::filter::FilterImplExt

source ·
pub trait FilterImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_strictness(&self) -> FilterMatch { ... }
    fn parent_match_(&self, item: &Object) -> bool { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§