cl-cffi-gtk4
API documentation
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 horizontal alignment, between 0.0 and 1.0
Details
The accessor for the
xalign
slot of the
gtk:label
class gets or sets the horizontal alignment of the label inside the size allocation of the label.
See also
gtk:label
gtk:label-yalign
gtk:widget-halign
2025-08-03