[][src]Type Definition pushrod::widgets::tile_widget::OnClickedCallbackType

type OnClickedCallbackType = Option<Box<dyn FnMut(&mut TileWidget, &[WidgetContainer], &[LayoutContainer], bool)>>;

This is the callback type that is used when an on_click callback is triggered from this Widget. Returns a flag indicating the selected state - toggled on or off.