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 function gets the vertical alignment of the widget. The (setf gtk:widget-valign) function sets the vertical alignment.
 

See also

2025-2-13