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

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

The gtk-text-view-justification slot access function gets the default justification of paragraphs in the text view. The (setf gtk-text-view-justification) slot access function sets the default justification. Tags in the text buffer may override the default.
 

See also

*2021-10-31