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