gtkEntryGetInvisibleChar {RGtk2}R Documentation

gtkEntryGetInvisibleChar

Description

Retrieves the character displayed in place of the real characters for entries with visisbility set to false. See gtkEntrySetInvisibleChar.

Usage

gtkEntryGetInvisibleChar(object)

Arguments

object [GtkEntry] a GtkEntry

Value

[numeric] the current invisible char, or 0, if the entry does not show invisible text at all.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]