gtkEntryGetVisibility {RGtk2}R Documentation

gtkEntryGetVisibility

Description

Retrieves whether the text in entry is visible. See gtkEntrySetVisibility.

Usage

gtkEntryGetVisibility(object)

Arguments

object [GtkEntry] a GtkEntry

Value

[logical] TRUE if the text is currently visible

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]