set_cursor_visible


Description:

public void set_cursor_visible (bool setting)

Toggles whether the insertion point should be displayed.

A buffer with no editable text probably shouldn’t have a visible cursor, so you may want to turn the cursor off.

Note that this property may be overridden by the GtkSettings:gtk-keynave-use-caret settings.

Parameters:

this

a TextView

setting

whether to show the insertion cursor