Package: gtk

Accessor gtk:table-child-x-padding

Lambda List

gtk:table-child-x-padding (container child)

Syntax

(gtk:table-child-x-padding container child) => padding
(setf (gtk:table-child-x-padding container child) padding)

Arguments

container -- a gtk:table widget
child -- a gtk:widget child widget
padding -- an unsigned integer with the space to put between the child widget and its neighbors

Details

Accessor of the x-padding child property of the gtk:table class. Extra space to put between the child widget and its left and right neighbors, in pixels.

Warning

The gtk:table-child-x-padding function has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk:grid widget instead.
 

See also

2024-6-27