Property definitions

gtk $ GtkComboBox :: active_item
	fun active_item: Int `{
		return gtk_combo_box_get_active(self);
	`}
lib/gtk/v3_4/gtk_core.nit:982,2--984,3