Method
GtkEntryget_text
Declaration [src]
const gchar*
gtk_entry_get_text (
GtkEntry* entry
)
Description [src]
Retrieves the contents of the entry widget. See also gtk_editable_get_chars().
This is equivalent to getting entry‘s GtkEntryBuffer and calling
gtk_entry_buffer_get_text() on it.
| Gets property | Gtk.Entry:text |