Returns the text of the label

Property definitions

gtk $ GtkLabel :: text
	# Returns the text of the label
	fun text: String import CString.to_s `{
		return CString_to_s((char*)gtk_label_get_text(self));
	`}
lib/gtk/v3_4/gtk_core.nit:684,2--687,3