Property definitions

gtk $ GtkComboBox :: active_id=
	fun active_id=(id_active: String) import String.to_cstring `{
		gtk_combo_box_set_active_id(self, String_to_cstring(id_active));
	`}
lib/gtk/v3_4/gtk_core.nit:1002,2--1004,3