Property definitions

gtk $ GtkListBox :: insert
	fun insert(child: GtkWidget, position: Int) `{ gtk_list_box_insert(self, child, position); `}
lib/gtk/v3_10.nit:32,2--94