Package: gtk

Accessor gtk:table-child-left-attach

Lambda List

gtk:table-child-left-attach (container child)

Syntax

(gtk:table-child-left-attach container child) => attach
(setf (gtk:table-child-left-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 left side of the child widget to

Details

Accessor of the left-attach child property of the gtk:table class. The column number to attach the left side of the child widget to.

Warning

The gtk:table-child-left-attach 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