Function mac_set_about
pub fn mac_set_about<F>(cb: F)where
F: FnMut() + 'static,
Available on crate feature
dep_fltk
only.Expand description
Set a callback for the “About” item of the system application menu on macOS.
pub fn mac_set_about<F>(cb: F)where
F: FnMut() + 'static,
dep_fltk
only.Set a callback for the “About” item of the system application menu on macOS.