Package: gtk

Accessor gtk-text-view-right-margin

Lambda List

gtk-text-view-right-margin (object)

Syntax

(gtk-text-view-right-margin object) => margin
(setf (gtk-text-view-right-margin object) margin)

Arguments

object -- a gtk-text-view widget
margin -- an integer with the right margin in pixels

Details

Accessor of the right-margin slot of the gtk-text-view class.

The gtk-text-view-right-margin slot access function gets the default right margin for text in the text view. The (setf gtk-text-view-right-margin) slot access function sets the default right margin.

Tags in the text buffer may override the default.
 

See also

2021-10-16