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 with the position of the opposite end of the selection from the cursor in chars

Details

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

See also

2023-10-24