pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl {
    // Provided methods
    fn toggled(&self, check_button: &Self::Type) { ... }
    fn activate(&self, check_button: &Self::Type) { ... }
}

Provided Methods§

source

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

source

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

Implementors§