Trait gtk4::subclass::adjustment::AdjustmentImpl[][src]

pub trait AdjustmentImpl: AdjustmentImplExt + ObjectImpl {
    fn changed(&self, adjustment: &Self::Type) { ... }
fn value_changed(&self, adjustment: &Self::Type) { ... } }

Provided methods

Implementors