pub fn set_callback<F, W>(widget: &mut W, cb: F)where F: FnMut(&mut dyn WidgetExt), W: WidgetExt,
dep_fltk
Sets the callback of a widget