Function add_clipboard_notify3
pub fn add_clipboard_notify3<F>(cb: F)
Available on crate feature
dep_fltk
only.Expand description
Register a callback whenever there is a change to the selection buffer or the clipboard. The clipboard is source 1 and the selection buffer is source 0. A callback via closure cannot be removed!