Package: gtk

Accessor gtk:label-yalign

Lambda List

gtk:label-yalign (object)

Syntax

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

Arguments

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

Details

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

See also

2026-06-17