OlTextEditClearBuffer(3W) — MISC. REFERENCE MANUAL PAGES
NAME
OlTextEditClearBuffer
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <Dynamic.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(3), TextEdit Widget
3/29/90 — Last change: