Package: gtk

Accessor gtk:editable-selection-bound

Lambda List

gtk:editable-selection-bound (object)

Syntax

(gtk:editable-selection-bound object) => end
(setf (gtk:editable-selection-bound object) end)

Arguments

object -- a gtk:editable widget
end -- an integer for the position of the opposite end of the selection from the cursor in chars

Details

The accessor for the selection-bound slot of the gtk:editable class gets the position of the opposite end of the selection from the cursor in chars.
 

See also

2025-08-06