OlTextEditClearBuffer(3W) UNIX System V OlTextEditClearBuffer(3W)
NAME
OlTextEditClearBuffer
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditClearBuffer(ctx)
TextEditWidget ctx;
DESCRIPTION
The OlTextEditClearBuffer function is used to delete all of the text
associated with the TextEdit widget ctx.
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget or if
the clear operation fails; otherwise TRUE is returned.
SEE ALSO
OlTextEditUpdate(3W), TextEdit Widget
10/89 Page 1