Signal

GtkTextView::toggle-cursor-visible

Declaration

void
toggle_cursor_visible (
  GtkTextView* self,
  gpointer user_data
)

Description [src]

The ::toggle-cursor-visible signal is a [keybinding signal][GtkBindingSignal] which gets emitted to toggle the GtkTextView:cursor-visible property.

The default binding for this signal is F7.

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