OlTextEditUpdate(3W) — MISC REFERENCE MANUAL PAGES
NAME
OlTextEditUpdate
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <Dynamic.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditUpdate(ctx, state)
TextEditWidget ctx;
Boolean state;
DESCRIPTION
The OlTextEditUpdate function is used to set the updateState of a TextEdit Widget. Setting the state to FALSE turns screen update off; setting the state to TRUE turns screen updates on and refreshes the display.
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget; otherwise TRUE is returned.
SEE ALSO
OlTextEditRedraw(3), TextEdit Widget
3/29/90 — Last change: