|
DXmSvnGetComponentText(3X)
Contents
|
DXmSvnGetComponentText - Retrieves (returns) the address
of a compound string.
XmString DXmSvnGetComponentText(
Widget widget,
int entry_number,
int comp_number );
The identifier (widget ID) of the SVN widget. An integer
that represents the number of the entry. An integer that
represents the number of the component.
The DXmSvnGetComponentText routine returns the address of
a compound string that was previously stored from a call
to the DXmSvnSetComponentText routine.
A pointer to the compound string.
DXmSvnGetComponentText(3X)
[ Back ] |