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 gtk:cell-renderer-fixed-size function returns width and height with the appropriate size of cell. The (setf gtk:cell-renderer-fixed-size) function sets the renderer size to be explicit, independent of the properties set.

Warning

The gtk:cell-renderer implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-5-15