gtk :: GtkEntry :: visibility=
If false, will use the invisible char (such as '*')
	# Set the text visiblility
	# If false, will use the invisible char (such as '*')
	fun visibility=(is_visible: Bool) `{
		gtk_entry_set_visibility(self, is_visible);
	`}
					lib/gtk/v3_4/gtk_core.nit:491,2--495,3