Property definitions

gtk $ GtkComboBox :: active_item=
	fun active_item=(active: Int) `{
		gtk_combo_box_set_active(self, active);
	`}
lib/gtk/v3_4/gtk_core.nit:986,2--988,3