Function iup::callback::callbacks::set_close_cb
[−]
[src]
pub fn set_close_cb<F>(cb: F) where F: Callback<()>
Action generated when IUP closes (i.e. at the end of with_iup
).