Property definitions

gtk $ GtkComboBox :: wrap_width=
	fun wrap_width=(width: Int) `{
		gtk_combo_box_set_wrap_width(self, width);
	`}
lib/gtk/v3_4/gtk_core.nit:962,2--964,3