TextView.setCursorVisible

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 propertyGtk.Settings:gtk-keynav-use-caret setting.

class TextView
void
setCursorVisible
(
bool setting
)

Parameters

setting bool

whether to show the insertion cursor