Property definitions

egl $ EGLConfigChooser :: insert_attrib_with_val
	protected fun insert_attrib_with_val(key, val: Int)
	do
		insert_attrib_key key
		array.add val
	end
lib/egl/egl.nit:404,2--408,4