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

Details

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

See also

2024-10-28