Package: gtk

Function gtk-paned-pack1

Lambda List

gtk-paned-pack1 (paned child &key resize shrink)

Arguments

paned -- a gtk-paned widget
child -- the 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 top or left pane. The resize and shrink arguments are keyword arguments. The resize argument has the false default value and the shrink argument the true default value.
 

See also

2021-12-1