selection_request_event


Description:

public virtual signal bool selection_request_event (EventSelection event)

The selection_request_event signal will be emitted when another client requests ownership of the selection owned by the widget's window.

Parameters:

event

the EventSelection which triggered this signal.

Returns:

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