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 -- the gtk-attach-options flags

Details

Accessor of the x-options child property of the gtk-table class.

Options specifying the horizontal behaviour of the child widget.

Warning

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