Add a widget to the container

Property definitions

gtk $ GtkContainer :: add
	# Add a widget to the container
	fun add(widget: GtkWidget) `{
		gtk_container_add(self, widget);
	`}
lib/gtk/v3_4/gtk_core.nit:163,2--166,3