Trait gtk4::subclass::button::ButtonImpl
source · pub trait ButtonImpl: ButtonImplExt + WidgetImpl {
// Provided methods
fn activate(&self, button: &Self::Type) { ... }
fn clicked(&self, button: &Self::Type) { ... }
}