Signal

GtkTextView::backspace

Declaration

void
backspace (
  GtkTextView* self,
  gpointer user_data
)

Description [src]

The ::backspace signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user asks for it.

The default bindings for this signal are Backspace and Shift-Backspace.

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