Package: gtk

Function gtk:paned-pack2

Lambda List

gtk:paned-pack2 (paned child &key resize shrink)

Arguments

paned -- a gtk:paned widget
child -- a gtk:widget child widget to add
resize -- a boolean whether the child widget should expand when the paned widget is resized
shrink -- a boolean whether the child widget can be made smaller than its requisition

Details

Adds a child widget to the bottom or right pane. The resize and shrink arguments are keyword arguments with the true default value.
 

See also

2023-3-5