Trait gtk4::subclass::range::RangeImplExt
source · pub trait RangeImplExt: ObjectSubclass {
// Required methods
fn parent_adjust_bounds(&self, new_value: f64);
fn parent_change_value(
&self,
scroll_type: ScrollType,
new_value: f64
) -> bool;
fn parent_range_border(&self) -> Border;
fn parent_move_slider(&self, scroll_type: ScrollType);
fn parent_value_changed(&self);
}