void EZ_SetOptionalEntryString(EZ_Widget *oEntry, char *str)
This function sets the data string for the entry.
char *EZ_GetOptionalEntryString(EZ_Widget *oEntry)
This function returns the current selection.
void EZ_SetOptionalEntryOptionalItems(EZ_Widget *oEntry,
char **items, int nitems)
This function sets the options for an optional entry.