gtkEntrySetVisibility: gtkEntrySetVisibility

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

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

1
gtkEntrySetVisibility(object, visible)

Arguments

object

a GtkEntry

visible

TRUE if the contents of the entry are displayed as plaintext

Details

By default, GTK+ picks the best invisible character available in the current font, but it can be changed with gtkEntrySetInvisibleChar.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.