Grid.remove

void remove(gtk.widget.Widget child)

Removes a child from grid.

The child must have been added with gtk.grid.Grid.attach or gtk.grid.Grid.attachNextTo.

Parameters

childthe child widget to remove