Package: gtk

Accessor gtk-text-view-left-margin

Lambda List

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

Syntax

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

Arguments

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

Details

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

The gtk-text-view-left-margin slot access function gets the default left margin size of paragraphs in the text view. The (setf gtk-text-view-left-margin) slot access function sets the default left margin.

Tags in the text buffer may override the default.
 

See also

*2021-10-16