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

Provided Methods§

source

fn activate(&self, row: &Self::Type)

Implementors§