Box.remove

void remove(gtk.widget.Widget child)

Removes a child widget from box.

The child must have been added before with gtk.box.Box.append, gtk.box.Box.prepend, or gtk.box.Box.insertChildAfter.

Parameters

childthe child to remove