Package: gtk

Function gtk:box-remove

Lambda List

gtk:box-remove (box child)

Arguments

box -- a gtk:box widget
child -- a gtk:widget child widget

Details

Removes a child widget from the box. The child widget must have been added before with the gtk:box-append, gtk:box-prepend, or gtk:box-insert-child-after functions.
 

See also

2024-4-11