Package: gtk

Accessor gtk:text-view-cursor-visible

Lambda List

gtk:text-view-cursor-visible (object)

Syntax

(gtk:text-view-cursor-visible object) => setting
(setf (gtk:text-view-cursor-visible object) setting)

Arguments

object -- a gtk:text-view widget
setting -- a boolean whether to show the insertion cursor

Details

The accessor for the cursor-visible slot of the gtk:text-view class gets or sets whether the insertion mark is visible.

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

See also

2025-09-28