pub trait StyleContextImplExt: ObjectSubclass {
    // Required method
    fn parent_changed(&self);
}

Required Methods§

Implementors§