Property definitions

gtk $ GtkComboBox :: title
	fun title: String import CString.to_s `{
		return CString_to_s((char *)gtk_combo_box_get_title(self));
	`}
lib/gtk/v3_4/gtk_core.nit:1022,2--1024,3