gtkEntryGetText {RGtk2}R Documentation

gtkEntryGetText

Description

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

Usage

gtkEntryGetText(object)

Arguments

object

a GtkEntry

Details

This is equivalent to:

gtk_entry_buffer_get_text (gtk_entry_get_buffer (entry));

Value

[character] a pointer to the contents of the widget as a string. This string points to internally allocated storage in the widget and must not be freed, modified or stored.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]