Package: gtk

Accessor gtk-box-child-pack-type

Lambda List

gtk-box-child-pack-type (container child)

Syntax

(gtk-box-child-pack-type container child) => pack-type
(setf (gtk-box-child-pack-type container child) pack-type)

Arguments

container -- a gtk-box container widget
child -- the gtk-widget child widget
pack-type -- a value of the gtk-pack-type enumeration

Details

Accessor of the pack-type child property of the gtk-box class.

A pack type indicating whether the child widget is packed with reference to the start or end of the parent widget.
 

See also

2021-10-31