Package: gtk

Accessor gtk:table-child-x-options

Lambda List

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

Syntax

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

Arguments

container -- a gtk:table widget
child -- a gtk:widget child widget
options -- a gtk:attach-options value

Details

Accessor of the x-options child property of the gtk:table class. Options specifying the horizontal behaviour of the child widget.

Warning

The gtk:table-child-x-options 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