Property definitions

gtk $ GtkComboBox :: with_fixed=
	fun with_fixed=(fixed: Bool) `{
		gtk_combo_box_set_popup_fixed_width(self, fixed);
	`}
lib/gtk/v3_4/gtk_core.nit:1038,2--1040,3