Signal

GtkEntry::cut-clipboard

Declaration

void
cut_clipboard (
  GtkEntry* self,
  gpointer user_data
)

Description [src]

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

The default bindings for this signal are Ctrl-x and Shift-Delete.

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