[][src]Type Definition pushrod::widgets::image_button_widget::OnClickCallbackType

type OnClickCallbackType = Option<Box<dyn FnMut(&mut ImageButtonWidget, &[WidgetContainer], &[LayoutContainer])>>;

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