pub trait ListBoxRowImplExt: ObjectSubclass {
    fn parent_activate(&self, list_box_row: &Self::Type);
}

Required Methods

Implementors