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

Required Methods§

source

fn parent_toggled(&self, check_button: &Self::Type)

source

fn parent_activate(&self, check_button: &Self::Type)

Implementors§