Property definitions

gtk $ GtkButton :: text=
	fun text=(value: String) import String.to_cstring `{
		gtk_button_set_label(self, String_to_cstring(value));
	`}
lib/gtk/v3_4/gtk_core.nit:810,2--812,3