OlTextFieldGetString(3W) UNIX System V OlTextFieldGetString(3W)
NAME
OlTextFieldGetString
SYNOPSIS
#include <buffutil.h>
#include <textbuff.h>
#include <TextField.h>
...
extern char * OlTextFieldGetString(tfw, size)
TextFieldWidget tfw;
int * size;
DESCRIPTION
The OlTextFieldGetString function is used to retrieve a new copy of the
string associated with the TextField widget tfw. The function returns a
pointer to the newly allocated string copy. Optionally, if size is not
NULL, the function returns in size the length of the string.
SEE ALSO, TextField Widget (3W)
OlTextFieldCopyString(3W)
10/89 Page 1