Property definitions

gtk $ GtkComboBox :: with_area
	new with_area(area: GtkCellArea) `{
		return (GtkComboBox *)gtk_combo_box_new_with_area(area);
	`}
lib/gtk/v3_4/gtk_core.nit:950,2--952,3