pub trait CheckButtonImplExt: ObjectSubclass {
    fn parent_toggled(&self, check_button: &Self::Type);
    fn parent_activate(&self, check_button: &Self::Type);
}

Required Methods

Implementors