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 function gtk-cell-renderer-padding returns the appropriate xpad and ypad of the cell renderer. The function (setf gtk-cell-renderer-padding) sets the cell renderer's padding.
 

See also

2021-3-7