Method
Gtk.Grid.remove
Declaration [src]
void
gtk_grid_remove (
  GtkGrid* grid,
  GtkWidget* child
)
Description [src]
Removes a child from grid.
The child must have been added with
gtk_grid_attach() or gtk_grid_attach_next_to().
Parameters
| child | GtkWidget | 
| the child widget to remove | |
| Ownership is not transferred to the callee |