OlTextEditRedraw(3W) UNIX System V OlTextEditRedraw(3W)
NAME
OlTextEditRedraw
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditRedraw(ctx)
TextEditWidget ctx;
DESCRIPTION
The OlTextEditRedraw function is used to force a complete refresh of the
TextEdit widget display. This routine does nothing if the TextEdit
widget is not realized or if the update state is set to FALSE.
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget or if
the widget is not realized or if the update state is FALSE; otherwise
TRUE is returned.
SEE ALSO
OlTextEditUpdate(3W), TextEdit Widget
10/89 Page 1