Package: gtk

Accessor gtk-text-view-indent

Lambda List

gtk-text-view-indent (object)

Syntax

(gtk-text-view-indent object) => indent
(setf (gtk-text-view-indent object) indent)

Arguments

object -- a gtk-text-view widget
indent -- an integer with the indentation in pixels

Details

Accessor of the indent slot of the gtk-text-view class.

The gtk-text-view-indent slot access function gets the default indentation of paragraphs in the text view. The (setf gtk-text-view-indent) slot access function sets the default indentation.

Tags in the text buffer of the text view may override the default. The indentation may be negative.
 

See also

2021-10-16