pub trait ScaleButtonImpl: ScaleButtonImplExt + WidgetImpl {
    fn value_changed(&self, scale_button: &Self::Type, new_value: f64) { ... }
}

Provided methods

Implementors