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 with the current cursor position

Details

Accessor of the cursor-position slot of the gtk:editable class. The current position of the insertion cursor in chars.
 

See also

2023-10-24