pub trait ToggleButtonImplExt: ObjectSubclass {
    // Required method
    fn parent_toggled(&self, toggle_button: &Self::Type);
}

Required Methods§

source

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

Implementors§