pub trait AccessibleRangeImpl: WidgetImpl {
    fn set_current_value(&self, accessible_range: &Self::Type, value: f64) -> bool { ... }
}
Available on crate feature v4_10 only.

Provided Methods§

Implementors§