Manual Page Result
0
Command: DXmSvnGetComponentTag | Section: 3 | Source: Digital UNIX | File: DXmSvnGetComponentTag.3X.gz
DXmSvnGetComponentTag(3X) DXmSvnGetComponentTag(3X)
NAME
DXmSvnGetComponentTag - Retrieves (returns) a component tag for a spec-
ified component number.
SYNOPSIS
XtPointer DXmSvnGetComponentTag (widget, comp_number)
Widget widget;
unsigned int comp_number;
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that repre-
sents the component number.
DESCRIPTION
The DXmSvnGetComponentTag routine retrieves (returns) a component tag
for a specified component number whenever the application requires that
information. You can set the value for this tag by using the DXmSvnIn-
sertComponent or DXmSvnSetComponentTag routine.
RETURN VALUES
An XtPointer that represents the tag value (returns 0 if the component
tag has not been set). delim off
DXmSvnGetComponentTag(3X)