remove

open fun remove(child: Widget)

Removes a child widget from @box.

The child must have been added before with method@Gtk.Box.append, method@Gtk.Box.prepend, or method@Gtk.Box.insert_child_after.

Parameters

child

the child to remove