void EZ_SetEntryString(EZ_Widget *entry, char *str)
This function sets the string stored in the entry data structure. If the entry widget is currently viewable, the display is updated immediately.
char *E_GetEntryString(EZ_Widget *entry)
This function returns the pointer to the current entry string. One should not modify this string externally.
char *E_OnOffSecretEntry(EZ_Widget *entry, int OnOff)
This function turns on/off the secrecy feature of an entry. If turned
on, user inputs will be replaced by a sequence of *
s.