focus_in_event


Description:

public virtual signal bool focus_in_event (EventFocus event)

The focus_in_event signal will be emitted when the keyboard focus enters the widget's window.

To receive this signal, the Window associated to the widget needs to enable the FOCUS_CHANGE_MASK mask.

Parameters:

event

the EventFocus which triggered this signal.

Returns:

true to stop other handlers from being invoked for the event. false to propagate the event further.