C++ GUI Library

class gui::textentry_base

A text-entry widget. This is a line of text that may be edited by the user.

set_text(const char *text)=0

Set the text in the text entry box. The text parameter is a UTF8 string.

get_text() const =0

Get the current contents of the text entry box as a UTF8 string.