Trait gtk4::subclass::accessible_range::AccessibleRangeImpl   
source · pub trait AccessibleRangeImpl: WidgetImpl {
    // Provided method
    fn set_current_value(
        &self,
        accessible_range: &Self::Type,
        value: f64
    ) -> bool { ... }
}Available on crate feature 
v4_10 only.