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