Set the text of the label

Property definitions

gtk $ GtkLabel :: text=
	# Set the text of the label
	fun text=(text: String) import String.to_cstring `{
		gtk_label_set_text(self, String_to_cstring(text));
	`}
lib/gtk/v3_4/gtk_core.nit:679,2--682,3