Entry.getText

Retrieves the contents of the entry widget. See also gtk_editable_get_chars().

This is equivalent to:

|[<!-- language="C" --> GtkEntryBuffer *buffer; buffer = gtk_entry_get_buffer (entry); gtk_entry_buffer_get_text (buffer); ]|

Return: 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.

class Entry
string
getText
()

Meta