Input purpose, tweaks the behavior of this widget

Can be used by on-screen keyboards and other input methods to adjust their behaviour.

Property definitions

gtk :: v3_6 $ GtkEntry :: input_purpose=
	# Input purpose, tweaks the behavior of this widget
	#
	# Can be used by on-screen keyboards and other input methods to adjust their behaviour.
	fun input_purpose=(purpose: GtkInputPurpose) `{
		gtk_entry_set_input_purpose(self, purpose);
	`}
lib/gtk/v3_6.nit:41,2--46,3