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

Provided Methods§

Implementors§