Package: gtk

Accessor gtk:text-view-justification

Lambda List

gtk:text-view-justification (object)

Syntax

(gtk:text-view-justification object) => justification
(setf (gtk:text-view-justification object) justification)

Arguments

object -- a gtk:text-view widget
justification -- a gtk:justification value

Details

The accessor for the justification slot gets or sets the default justification of paragraphs in the text view. Tags in the text buffer may override the default.
 

See also

2026-07-04