Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkEntrySetVisibility

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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.