gtkEntryGetText: gtkEntryGetText

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1

Arguments

object

a GtkEntry

Details

This is equivalent to:

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkEntryGetText in RGtk2...