Package: gtk

Accessor gtk:label-xalign

Lambda List

gtk:label-xalign (object)

Syntax

(gtk:label-xalign object) => xalign
(setf (gtk:label-xalign object) xalign)

Arguments

object -- a gtk:label widget
xalign -- a number coerced to a single float for the xalign value, between 0 and 1

Details

The accessor for the xalign slot. gets or sets the horizontal aligment of the label text inside the labels size allocation.
 

See also

2026-06-17