pub trait ScaleButtonImplExt: ObjectSubclass {
    fn parent_value_changed(&self, new_value: f64);
}

Required Methods§

Implementors§