Property definitions

gtk $ GtkComboBox :: with_model
	new with_model(model: GtkTreeModel) `{
		return (GtkComboBox *)gtk_combo_box_new_with_model(model);
	`}
lib/gtk/v3_4/gtk_core.nit:942,2--944,3