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