OlTextFieldGetString(3W) — MISC. REFERENCE MANUAL PAGES
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)
3/29/90 — Last change: