void EZ_TextLoadFile(EZ_Widget *textW, char *file_name)
void EZ_TextLoadAnnotatedFile(EZ_Widget *textW, char *file_name)
This function reads an annotated text file into a text widget. It treats
lines begin with a `.
' as control commands. Currently, it
understands the following set of commands.
void EZ_TextClear(EZ_Widget *textW)
void EZ_TextSaveText(EZ_Widget *textW, char *file_name)
void EZ_TextSaveAnnotatedText(EZ_Widget *textW, char *file_name)