Create a GtkLabel with text

Property definitions

gtk $ GtkLabel :: new
	# Create a GtkLabel with text
	new (text: String) import String.to_cstring `{
		return (GtkLabel*)gtk_label_new(String_to_cstring(text));
	`}
lib/gtk/v3_4/gtk_core.nit:674,2--677,3