Property definitions

gtk $ GtkSwitch :: active
	fun active: Bool `{
		return gtk_switch_get_active(self);
	`}
lib/gtk/v3_4/gtk_core.nit:1070,2--1072,3