Type of the sender

Property definitions

app $ ViewEvent :: VIEW
	# Type of the `sender`
	type VIEW: View
lib/app/ui.nit:293,2--294,16

app $ ButtonPressEvent :: VIEW
	redef type VIEW: Button
lib/app/ui.nit:301,2--24

app $ ToggleEvent :: VIEW
	redef type VIEW: CheckBox
lib/app/ui.nit:308,2--26