Package: gtk

Accessor gtk:cell-renderer-progress-text-yalign

Lambda List

gtk:cell-renderer-progress-text-yalign (object)

Syntax

(gtk:cell-renderer-progress-text-yalign object) => align
(setf (gtk:cell-renderer-progress-text-yalign object) align)

Arguments

object -- a gtk:cell-renderer-progress object
align -- a single float which controls the vertical alignment

Details

Accessor of the text-yalign slot of the gtk:cell-renderer-progress class. Controls the vertical alignment of the text in the progress bar. Valid values range from 0.0 (top) to 1.0 (bottom).

Warning

The gtk:cell-renderer-progress implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-21