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 xalign value, between 0 and 1

Details

Accessor of the xalign slot of the gtk-label class.

The gtk-label-xalign slot access function sets the xalign property for the label. The (setf gtk-label-xalign) slot access function sets the xalign property.
 

See also

2021-10-31