OlTextFieldCopyString(3W) — MISC REFERENCE MANUAL PAGES
NAME
OlTextFieldCopyString
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextField.h>
...
extern int OlTextFieldCopyString(tfw, string)
TextFieldWidget tfw;
char ∗ string;
DESCRIPTION
The OlTextFieldCopyString function is used to copy the string associated with the TextField widget tfw into the user supplied area pointed to by string. The function returns the length of this string.
SEE ALSO
OlTextFieldGetString(3), TextField Widget (3W)
3/29/90 — Last change: