gtkEntrySetVisibility {RGtk2}R Documentation

gtkEntrySetVisibility

Description

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.

Usage

gtkEntrySetVisibility(object, visible)

Arguments

object [GtkEntry] a GtkEntry
visible [logical] TRUE if the contents of the entry are displayed as plaintext

Details

The default invisible char is the asterisk '*', but it can be changed with gtkEntrySetInvisibleChar.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]