Package: gtk

Accessor gtk:frame-label-xalign

Lambda List

gtk:frame-label-xalign (object)

Syntax

(gtk:frame-label-xalign object) => xalign
(setf (gtk:frame-label-xalign object) xalign)

Arguments

object -- a gtk:frame widget
xalign -- a float with the position of the label along the top edge of the widget

Details

Accessor of the label-xalign slot of the gtk:frame class. The gtk:frame-label-xalign function retrieves the x alignment of the label of the frame. The (setf gtk:frame-label-xalign) function sets the x alignment. The default value for a newly created frame is 0.0. A value of 0.0 represents left alignment, 1.0 represents right alignment. The change of the property is ignored if the value is not in the range of [0.0, 1.0].
 

See also

2024-4-19