cl-cffi-gtk
API documentation
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 yalign value, between 0 and 1
Details
Accessor of the
yalign
slot of the
gtk-label
class.
The
gtk-label-yalign
slot access function sets the
yalign
property for the label. The
(setf gtk-label-yalign)
slot access function sets the
yalign
property for the label.
See also
gtk-label
gtk-label-yalign
2021-10-31