[][src]Function kas::event::err_num

pub fn err_num<R: From<NoResponse>>() -> R

Notify of an incorrect widget number.

This is an error, meaning somehow an event has been sent to a widget number which is not a child of the initial window/widget. It is safe to ignore this error, but this function panics in debug builds.