Package: gtk

Accessor gtk-table-child-y-padding

Lambda List

gtk-table-child-y-padding (container child)

Syntax

(gtk-table-child-y-padding container child) => padding
(setf (gtk-table-child-y-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 y-padding child property of the gtk-table class.

Extra space to put between the child widget and its upper and lower neighbors, in pixels.

Warning

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

See also

2021-7-20