| gtkEntrySetVisibility {RGtk2} | R Documentation |
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)
|
[GtkEntry] a GtkEntry |
|
[logical] TRUE if the contents of the entry are displayed
as plaintext |
The default invisible char is the asterisk '*', but it can
be changed with gtkEntrySetInvisibleChar.
Derived by RGtkGen from GTK+ documentation