Property definitions

gtk $ GtkComboBox :: with_area_and_entry
	new with_area_and_entry(area: GtkCellArea) `{
		return (GtkComboBox *)gtk_combo_box_new_with_area_and_entry(area);
	`}
lib/gtk/v3_4/gtk_core.nit:954,2--956,3