gtk4::subclass::accessible_range

Trait AccessibleRangeImplExt

Source
pub trait AccessibleRangeImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_set_current_value(&self, value: f64) -> bool { ... }
}
Available on crate feature v4_10 only.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§