Macro relm::connect_no_inhibit [] [src]

macro_rules! connect_no_inhibit {
    ($relm:expr, $widget:expr, $event:ident($($args:pat),*), $msg:expr) => { ... };
}

Send $msg when the $event is emitted on $widget (without inhibiting the event).