Property definitions

app $ ButtonPressEvent :: defaultinit
# A `Button` press event
class ButtonPressEvent
	super ViewEvent

	redef type VIEW: Button
end
lib/app/ui.nit:297,1--302,3