Signal

GtkWidget::selection-notify-event

Declaration

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

Description

No description available.

Default handler:

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

Parameters

event

Type: GdkEventSelection

No description available.

Return value

Type: gboolean

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