Set the text visiblility

If false, will use the invisible char (such as '*')

Property definitions

gtk $ GtkEntry :: visibility=
	# 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