[][src]Type Definition pushrod::widgets::list_widget::OnSelectedCallbackType

type OnSelectedCallbackType = Option<Box<dyn FnMut(&mut ListWidget, &[WidgetContainer], &[LayoutContainer], i32)>>;

This is the callback type that is used when an on_selected callback is triggered from this Widget.