DXmSvnGetComponentText(3X) — Subroutines
Digital
NAME
DXmSvnGetComponentText − Retrieves (returns) the address of a compound string.
SYNOPSIS
XmString DXmSvnGetComponentText (widget, entry_number, comp_number)
Widget widget;
int entry_number;
int comp_number;
DESCRIPTION
The DXmSvnGetComponentText routine returns the address of a compound string that was previously stored from a call to the DXmSvnSetComponentText routine.
Arguments
widgetThe identifier (widget ID) of the SVN widget.
entry_number
An integer that represents the number of the entry.
comp_number
An integer that represents the number of the component.
RETURN VALUES
A pointer to the compound string.