gtkEntryGetInvisibleChar {RGtk2}R Documentation

gtkEntryGetInvisibleChar

Description

Retrieves the character displayed in place of the real characters for entries with visibility 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.12.5-3 Index]