EZ_TextGetBufferString(3) EZWGL Functions EZ_TextGetBufferString(3)NAME
EZ_TextGetBufferString - return the buffer string of a text widgetSYNOPSIS
#include <EZ.h> char *EZ_TextGetBufferString(EZ_Widget *textwidget)ARGUMENTS
textwidget Specifies a text widget.DESCRIPTION
This function returns the a pointer to the buffer string of a text widget. The return value points to an internal storage and should not be modified in anyway.SEE ALSO
EZ_TextGetRegionString(3) EZWGL EZ_TextGetBufferString(3)