Add child and pack it at the end of the box

Property definitions

gtk $ GtkBox :: pack_end
	# Add `child` and pack it at the end of the box
	fun pack_end(child: GtkWidget, expand, fill: Bool, padding: Int) `{
		gtk_box_pack_end(self, child, expand, fill, padding);
	`}
lib/gtk/v3_4/gtk_core.nit:434,2--437,3