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 gtk:align value

Details

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

See also

2025-2-13