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 vertical alignment, between 0.0 and 1.0

Details

The accessor for the yalign slot of the gtk:label class gets or sets the vertical alignment of the label text inside the size allocation of the label.
 

See also

2025-08-03