gtkEntryGetText {RGtk2}R Documentation

gtkEntryGetText

Description

Retrieves the contents of the entry widget. See also gtkEditableGetChars.

Usage

gtkEntryGetText(object)

Arguments

object [GtkEntry] a GtkEntry

Value

[character] a pointer to the contents of the widget as a string, modified or stored.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]