Package: gtk

Accessor gtk:editable-cursor-position

Lambda List

gtk:editable-cursor-position (object)

Syntax

(gtk:editable-cursor-position object) => position
(setf (gtk:editable-cursor-position object) position)

Arguments

object -- a gtk:editable widget
position -- an integer for the current cursor position

Details

The accessor for the cursor-position slot of the gtk:editable class gets or sets the current position of the insertion cursor in chars.
 

See also

2025-08-06