gtk4::subclass::accessible_range

Trait AccessibleRangeImpl

Source
pub trait AccessibleRangeImpl: WidgetImpl {
    // Provided method
    fn set_current_value(&self, value: f64) -> bool { ... }
}
Available on crate feature v4_10 only.

Provided Methods§

Source

fn set_current_value(&self, value: f64) -> bool

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§