Trait gtk4::subclass::scale_button::ScaleButtonImpl

source ·
pub trait ScaleButtonImpl: ScaleButtonImplExt + WidgetImpl {
    // Provided method
    fn value_changed(&self, new_value: f64) { ... }
}

Provided Methods§

source

fn value_changed(&self, new_value: f64)

Object Safety§

This trait is not object safe.

Implementors§