Purpose of this text field

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

Property definitions

gtk :: v3_6 $ GtkEntry :: input_purpose
	# Purpose of this text field
	#
	# Can be used by on-screen keyboards and other input methods to adjust their behaviour.
	fun input_purpose: GtkInputPurpose `{
		return gtk_entry_get_input_purpose(self);
	`}
lib/gtk/v3_6.nit:34,2--39,3