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
child | the child to 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].
child | the child to remove |