Package: gtk

Accessor gtk-widget-halign

Lambda List

gtk-widget-halign (object)

Syntax

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

Arguments

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

Details

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

The gtk-widget-halign slot access function returns the horizontal alignment of the widget. The (setf gtk-widget-halign) slot access function sets the horizontal alignment.
 

See also

*2021-12-17