Entry.setVisibility

Sets whether the contents of the entry are visible or not. When visibility is set to FALSE, characters are displayed as the invisible char, and will also appear that way when the text in the entry widget is copied elsewhere. By default, GTK+ picks the best invisible character available in the current font, but it can be changed with gtk_entry_set_invisible_char().

class Entry
void
setVisibility
()

Parameters

visible int

TRUE if the contents of the entry are displayed as plaintext

Meta