Trait suzy::selectable::Selectable[][src]

pub trait Selectable {
    fn selection_changed(&mut self, state: SelectionState);
}

A trait which enables a widget to respond to changes in selection state.

Required methods

fn selection_changed(&mut self, state: SelectionState)[src]

Notify the selectable element of a change in state.

Loading content...

Implementors

Loading content...