OlTextFieldCopyString(3W) UNIX System V OlTextFieldCopyString(3W)
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(3W), TextField Widget (3W)
10/89 Page 1