gtkEntryGetText
Retrieves the contents of the entry widget.
See also gtkEditableGetChars
.
gtkEntryGetText(object)
|
a |
This is equivalent to:
gtk_entry_buffer_get_text (gtk_entry_get_buffer (entry));
[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.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.