OlTextEditUpdate(3W) UNIX System V OlTextEditUpdate(3W)
NAME
OlTextEditUpdate
SYNOPSIS
#include <buffutil.h>
#include <textbuff.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(3W), TextEdit Widget
10/89 Page 1