![]() |
![]()
| ![]() |
![]()
NAMEEZ_TextGetBufferString - return the buffer string of a text widgetSYNOPSIS#include <EZ.h> char *EZ_TextGetBufferString(EZ_Widget *textwidget) ARGUMENTStextwidget Specifies a text widget.DESCRIPTIONThis 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 ALSOEZ_TextGetRegionString(3)
|