OlTextEditPaste(3W) — MISC. REFERENCE MANUAL PAGES
NAME
OlTextEditPaste
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <Dynamic.h>
#include <TextEdit.h>
...
extern Boolean OlTextEditPaste(ctx)
TextEditWidget ctx;
DESCRIPTION
The OlTextEditPaste function is used to paste the contents of the CLIPBOARD into the TextEdit widget ctx. The current (if any) selection is replaced by the contents of the CLIPBOARD,
RETURN VALUE
FALSE is returned if the widget supplied is not a TextEdit Widget; otherwise TRUE is returned.
SEE ALSO
OlTextEditCopySelection(3), TextEdit Widget
3/29/90 — Last change: