Description Usage Arguments Details Value Author(s)
Retrieves the contents of the entry widget.
See also gtkEditableGetChars
.
1 | gtkEntryGetText(object)
|
|
a |
This is equivalent to:
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.