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