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

Details

Accessor of the yalign slot of the gtk:label class. The gtk:label-yalign function sets the yalign property for the label. The (setf gtk:label-yalign) function sets property.
 

See also

2024-10-28