Package: gtk

Accessor gtk:text-scroll-offset

Lambda List

gtk:text-scroll-offset (object)

Syntax

(gtk:text-scroll-offset object) => offset
(setf (gtk:text-scroll-offset object) offset)

Arguments

object -- a gtk:text widget
offset -- an integer for the number of pixels the text entry scrolled off the screen

Details

The accessor for the scroll-offset slot of the gtk:text class gets or sets the number of pixels the text entry scrolled off the screen to the left.
 

See also

2025-08-11