Package: gtk

Function gtk:cell-renderer-padding

Lambda List

gtk:cell-renderer-padding (cell)

Syntax

(gtk:cell-renderer-padding cell) => xpad, ypad
(setf (gtk:cell-renderer-padding cell) (list xpad ypad))

Arguments

cell -- a gtk:cell-renderer object
xpad -- an integer with the x padding of the cell renderer
ypad -- an integer with the y padding of the cell renderer

Details

The gtk:cell-renderer-padding function returns the appropriate xpad and ypad of the cell renderer. The (setf gtk:cell-renderer-padding) function sets the padding of the cell renderer.

Warning

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

See also

#2024-5-15