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