Package: gtk

Accessor gtk-widget-valign

Lambda List

gtk-widget-valign (object)

Syntax

(gtk-widget-valign object) => align
(setf (gtk-widget-valign object) align)

Arguments

object -- a gtk-widget object
align -- a value of the gtk-align enumeration

Details

Accessor of the valign slot of the gtk-widget class.

The gtk-widget-valign slot access function gets the vertical alignment of the widget. The (setf gtk-widget-valign) slot access function sets the vertical alignment.
 

See also

*2021-12-17