Signal

GtkEntry::paste-clipboard

Declaration

void
paste_clipboard (
  GtkEntry* self,
  gpointer user_data
)

Description [src]

The ::paste-clipboard signal is a [keybinding signal][GtkBindingSignal] which gets emitted to paste the contents of the clipboard into the text view.

The default bindings for this signal are Ctrl-v and Shift-Insert.

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