Package: gtk

Accessor gtk:entry-selection-bound

Lambda List

gtk:entry-selection-bound (object)

Syntax

(gtk:entry-selection-bound object) => bound
(setf (gtk:entry-selection-bound object) bound)

Arguments

object -- a gtk:entry widget
bound -- 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:entry class. The position of the opposite end of the selection from the cursor in chars.
 

See also

2023-3-4