get_text
Description:
Retrieves the contents of the entry widget.
See also get_chars.
This is equivalent to getting this's EntryBuffer and calling get_text on it.
Parameters:
this |
a Entry |
Returns:
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. |