Trait gtk4::subclass::adjustment::AdjustmentImplExt
source · [−]pub trait AdjustmentImplExt: ObjectSubclass {
fn parent_changed(&self, adjustment: &Self::Type);
fn parent_value_changed(&self, adjustment: &Self::Type);
}
Required Methods
source
fn parent_changed(&self, adjustment: &Self::Type)
source