Property definitions

gtk $ GtkSwitch :: active=
	fun active=(is_active: Bool) `{
		return gtk_switch_set_active(self, is_active);
	`}
lib/gtk/v3_4/gtk_core.nit:1074,2--1076,3