Package: gtk

Accessor gtk:cell-renderer-text-alignment

Lambda List

gtk:cell-renderer-text-alignment (object)

Syntax

(gtk:cell-renderer-text-alignment object) => alignment
(setf (gtk:cell-renderer-text-alignment object) alignment)

Arguments

object -- a gtk:cell-renderer-text object
alignment -- a pango:alignment value

Details

Accessor of the alignment slot of the gtk:cell-renderer-text class. Specifies how to align the lines of text with respect to each other. Note that this property describes how to align the lines of text in case there are several of them. The xalign property, on the other hand, sets the horizontal alignment of the whole text.

Warning

The gtk:cell-renderer-text implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-21