OlTextEditCopyBuffer(3W) UNIX System V OlTextEditCopyBuffer(3W)
NAME
OlTextEditCopyBuffer
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditCopyBuffer(ctx, buffer)
TextEditWidget ctx;
char ** buffer;
DESCRIPTION
The OlTextEditCopyBuffer function is used to retrieve a copy of the
TextBuffer associated with the TextEdit Widget ctx. The storage required
for the copy is allocated by this routine; it is the responsibility of
the caller to free this storage when appropriate.
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget or if
the buffer cannot be read; otherwise TRUE is returned.
SEE ALSO
OlTextEditReadSubString(3W), TextEdit Widget
10/89 Page 1