Lambda List
gtk:table-child-bottom-attach (container child)
Syntax
(gtk:table-child-bottom-attach container child) => attach
(setf (gtk:table-child-bottom-attach container child) attach)
Arguments
container -- a gtk:table widget
child -- a gtk:widget child widget
attach -- an unsigned integer with the row number to attach the bottom of the child widget to
Details
Accessor of the
bottom-attach child property of the
gtk:table class.
The row number to attach the bottom of the child widget to.
Warning
The
gtk:table-child-bottom-attach function has been deprecated since
version 3.4. and should not be used in newly written code. Use the
gtk:grid widget instead.