Package: gtk
Accessor gtk:text-view-cursor-visible
Lambda Listgtk:text-view-cursor-visible (object) Syntax(gtk:text-view-cursor-visible object) => setting (setf (gtk:text-view-cursor-visible object) setting) ArgumentsDetails Accessor of the cursor-visible slot of the gtk:text-view class. The gtk:text-view-cursor-visible function returns whether the insertion mark is visible. The (setf gtk:text-view-cursor-visible) function toggles
whether the insertion point is displayed. 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 |
2024-7-4