Property definitions

gtk $ GtkComboBox :: model=
	fun model=(model: GtkTreeModel) `{
		gtk_combo_box_set_model(self, model);
	`}
lib/gtk/v3_4/gtk_core.nit:1010,2--1012,3