Package: gtk

Function gtk-cell-renderer-alignment

Lambda List

gtk-cell-renderer-alignment (cell)

Syntax

(gtk-cell-renderer-alignment cell) => xalign, yalign
(setf (gtk-cell-renderer-alignment cell) (list xalign yalign))

Arguments

cell -- a gtk-cell-renderer object
xalign -- a float with the x alignment of the cell renderer
yalign -- a float with the y alignment of the cell renderer

Details

The function gtk-cell-renderer-alignment returns the appropriate xalign and yalign of cell. The function (setf gtk-cell-renderer-alignment) sets the cell renderer's alignment within its available space.
 

See also

2021-3-7