Package: gtk

Function gtk:paned-add1

Lambda List

gtk:paned-add1 (paned child)

Arguments

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

Details

Adds a child widget to the top or left pane with default parameters. This is equivalent to:
(gtk:paned-pack1 paned child nil t)  
 

See also

2023-3-5