Trait gtk4::subclass::scale_button::ScaleButtonImpl   
source · pub trait ScaleButtonImpl: ScaleButtonImplExt + WidgetImpl {
    // Provided method
    fn value_changed(&self, new_value: f64) { ... }
}pub trait ScaleButtonImpl: ScaleButtonImplExt + WidgetImpl {
    // Provided method
    fn value_changed(&self, new_value: f64) { ... }
}