Trait libhelium::subclass::prelude::ScaleButtonImplExt

pub trait ScaleButtonImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_value_changed(&self, new_value: f64) { ... }
}

Provided Methods§

fn parent_value_changed(&self, new_value: f64)

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> ScaleButtonImplExt for T
where T: ScaleButtonImpl,