gtk4::subclass::range

Trait RangeImplExt

Source
pub trait RangeImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_adjust_bounds(&self, new_value: f64) { ... }
    fn parent_change_value(
        &self,
        scroll_type: ScrollType,
        new_value: f64,
    ) -> Propagation { ... }
    fn parent_range_border(&self) -> Border { ... }
    fn parent_move_slider(&self, scroll_type: ScrollType) { ... }
    fn parent_value_changed(&self) { ... }
}

Provided Methods§

Source

fn parent_adjust_bounds(&self, new_value: f64)

Source

fn parent_change_value( &self, scroll_type: ScrollType, new_value: f64, ) -> Propagation

Source

fn parent_range_border(&self) -> Border

Source

fn parent_move_slider(&self, scroll_type: ScrollType)

Source

fn parent_value_changed(&self)

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§