Package: gtk

Function gtk:paned-add2

Lambda List

gtk:paned-add2 (paned child)

Arguments

paned -- a gtk:paned widget
child -- a gtk:widget child widget to add

Details

Adds a child widget to the bottom or right pane with default parameters. This is equivalent to:
(gtk:paned-pack2 paned child t t)  
 

See also

2023-3-5