Method

GtkTextViewreset_cursor_blink

since: 3.20

Declaration [src]

void
gtk_text_view_reset_cursor_blink (
  GtkTextView* text_view
)

Description [src]

Ensures that the cursor is shown (i.e. not in an ‘off’ blink interval) and resets the time that it will stay blinking (or visible, in case blinking is disabled).

This function should be called in response to user input (e.g. from derived classes that override the textview’s GtkWidget::key-press-event handler).

Available since: 3.20