Trait gtk4::subclass::scale_button::ScaleButtonImpl [−][src]
pub trait ScaleButtonImpl: ScaleButtonImplExt + WidgetImpl {
fn value_changed(&self, scale_button: &Self::Type, new_value: f64) { ... }
}