OlTextEditTextBuffer(3W) — MISC. REFERENCE MANUAL PAGES
NAME
OlTextEditTextBuffer
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <Dynamic.h>
#include <TextEdit.h>
...
extern TextBuffer ∗ OlTextEditTextBuffer(ctx)
TextEditWidget ctx;
DESCRIPTION
The OlTextEditTextBuffer function is used to retrieve the TextBuffer pointer associated with the TextEdit widget ctx. This pointer can be used to access the facilities provided by the Text Buffer Utilities module.
SEE ALSO
Text Buffer Utilities(3), TextEdit Widget
3/29/90 — Last change: