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

Required Methods§

source

fn parent_value_changed(&self, new_value: f64)

Implementors§