Trait gtk4::subclass::check_button::CheckButtonImpl
source · pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl {
// Provided methods
fn toggled(&self) { ... }
fn activate(&self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.