[][src]Function native_windows_gui::unbind_raw_event_handler

pub fn unbind_raw_event_handler(
    handler: &RawEventHandler
) -> Result<(), NwgError>

Remove the raw event handler from the associated window. Calling unbind twice or trying to unbind an handler after destroying its parent will cause the function to panic.