Package: gtk

Accessor gtk-box-child-padding

Lambda List

gtk-box-child-padding (container child)

Syntax

(gtk-box-child-padding container child) => padding
(setf (gtk-box-child-padding container child) padding)

Arguments

container -- a gtk-box container widget
child -- a gtk-widget child widget
padding -- an unsigned integer with extra space in pixels to put between childs

Details

Accessor of the padding child property of the gtk-box class.

Extra space to put between the child widget and its neighbors, in pixels. The CSS padding properties are the preferred way to add space among widgets, by setting the paddings corresponding to the orientation of the box.
 

See also

2021-10-31