Trait gtk4::subclass::adjustment::AdjustmentImpl
source · [−]pub trait AdjustmentImpl: AdjustmentImplExt + ObjectImpl {
fn changed(&self, adjustment: &Self::Type) { ... }
fn value_changed(&self, adjustment: &Self::Type) { ... }
}
Provided Methods
source