Property definitions

gtk $ GtkListBox :: prepend
	fun prepend(child: GtkWidget) `{ gtk_list_box_prepend(self, child); `}
lib/gtk/v3_10.nit:30,2--71