The focus_out_event signal will be emitted when the keyboard focus leaves the widget
's window.
To receive this signal, the Window associated to the widget needs to enable the FOCUS_CHANGE_MASK mask.
event |
the EventFocus which triggered this signal. |
true to stop other handlers from being invoked for the event. false to propagate the event further. |