Signal

GtkLabel::copy-clipboard

Declaration

void
copy_clipboard (
  GtkLabel* self,
  gpointer user_data
)

Description [src]

The ::copy-clipboard signal is a [keybinding signal][GtkBindingSignal] which gets emitted to copy the selection to the clipboard.

The default binding for this signal is Ctrl-c.

Default handler:

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

Signal can be directly emitted on objects from user code