Field for the user to enter data

Property definitions

app $ UiExampleWindow :: user_input
	# Field for the user to enter data
	var user_input = new TextInput(parent=h_layout, text="Default text")
lib/app/examples/ui_example.nit:48,2--49,69