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

Provided Methods§

Implementors§