Package: gtk

Accessor gtk:text-view-pixels-above-lines

Lambda List

gtk:text-view-pixels-above-lines (object)

Syntax

(gtk:text-view-pixels-above-lines object) => pixels
(setf (gtk:text-view-pixels-above-lines object) pixels)

Arguments

object -- a gtk:text-view widget
pixels -- an integer with the pixels above paragraphs

Details

Accessor of the pixels-above-lines slot of the gtk:text-view class. The gtk:text-view-pixels-above-lines function gets the default number of pixels to put above paragraphs in the text view. The (setf gtk:text-view-pixels-above-lines) function sets the default number of blank pixels.

Tags in the text buffer for the text view may override the defaults.
 

See also

2024-7-4