pub trait AdjustmentImplExt: ObjectSubclass {
    // Required methods
    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

fn parent_value_changed(&self, adjustment: &Self::Type)

Implementors§