Property definitions

gtk $ GtkEntry :: text=
	fun text=(value: String) import String.to_cstring `{
		gtk_entry_set_text(self, String_to_cstring(value));
	`}
lib/gtk/v3_4/gtk_core.nit:482,2--484,3