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 value of the gtk:justification enumeration

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-08-29