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) => packtype
(setf (gtk:box-child-pack-type container child) packtype)

Arguments

container -- a gtk:box container widget
child -- a gtk:widget child widget
packtype -- 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

2024-3-15