Package: gtk

Function gtk-cell-renderer-fixed-size

Lambda List

gtk-cell-renderer-fixed-size (cell)

Syntax

(gtk-cell-renderer-fixed-size cell) => width, height
(setf (gtk-cell-renderer-fixe-size cell) (list width height))

Arguments

cell -- a gtk-cell-renderer object
width -- an integer with the width of the cell renderer, or -1
height -- an integer with the height of the cell renderer, or -1

Details

The function gtk-cell-renderer-fixed-size returns width and height with the appropriate size of cell. The function (setf gtk-cell-renderer-fixed-size) sets the renderer size to be explicit, independent of the properties set.
 

See also

2021-3-7