Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RGtk2 (version 2.20.31)

gtkEntryGetText: gtkEntryGetText

Description

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

Usage

gtkEntryGetText(object)

Arguments

object

Value

string. This string points to internally allocated storage in the widget and must not be freed, modified or stored.

Details

This is equivalent to:
gtk_entry_buffer_get_text (gtk_entry_get_buffer (entry));