pub trait ListBoxRowImpl: ListBoxRowImplExt + WidgetImpl {
    fn activate(&self, row: &Self::Type) { ... }
}

Provided methods

Implementors