[][src]Type Definition pushrod::widgets::slider_widget::OnValueChangedCallbackType

type OnValueChangedCallbackType = Option<Box<dyn FnMut(&mut SliderWidget, &[WidgetContainer], &[LayoutContainer], u32)>>;

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