Remove the widget from the container

Property definitions

gtk $ GtkContainer :: remove
	# Remove the widget from the container
	fun remove(widget: GtkWidget) `{
		gtk_container_remove(self, widget);
	`}
lib/gtk/v3_4/gtk_core.nit:168,2--171,3