Trait gtk4::subclass::check_button::CheckButtonImpl[][src]

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

Provided methods

This is supported on crate features v4_2 or dox only.

Implementors