SgFinderGetTextString(3X) UNIX System V SgFinderGetTextString(3X)
NAME
SgFinderGetTextString - A Finder function that accesses the
string value of the text field.
SYNOPSIS
#include <Sgm/Finder.h>
char * SgFinderGetTextString (widget)
Widget widget;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
SgFinderGetTextString accesses the string value of the
Finder widget. The application is responsible for freeing
the storage associated with the string by calling XtFree.
widget Specifies the Finder widget ID
For a complete definition of Finder and its associated
resources, see SgFinder(3X).
RETURN VALUE
Returns a character pointer to the string value of the
Finder widget. Returns an empty string if the length of the
Finder widget's string is 0.
RELATED INFORMATION
SgFinder(3X).
Page 1 (printed 4/30/98)