Package: gtk

Accessor gtk:button-yalign

Lambda List

gtk:button-yalign (object)

Syntax

(gtk:button-yalign object) => yalign
(setf (gtk:button-yalign object) yalign)

Arguments

object -- a gtk:button widget
xalign -- a number coerced to a single float for the vertical alignment

Details

The accessor for the yalign slot.

Warning

This function has been deprecated since version 3.14 and should not be used in newly written code. Access the child widget directly if you need to control its alignment.
 

See also

2026-06-21