Property definitions

gtk $ GtkComboBox :: row_span_col=
	fun row_span_col=(row_span: Int) `{
		gtk_combo_box_set_row_span_column(self, row_span);
	`}
lib/gtk/v3_4/gtk_core.nit:970,2--972,3