Signal

GtkWidget::selection-clear-event

Declaration

gboolean
selection_clear_event (
  GtkWidget* self,
  GdkEventSelection event,
  gpointer user_data
)

Description [src]

The ::selection-clear-event signal will be emitted when the the widgets window has lost ownership of a selection.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

event

Type: GdkEventSelection

The GdkEventSelection which triggered this signal.

Return value

Type: gboolean

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.