gtkEntrySetVisibility
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.
gtkEntrySetVisibility(object, visible)
|
a |
|
|
By default, GTK+ picks the best invisible character available
in the current font, but it can be changed with
gtkEntrySetInvisibleChar
.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.