|
DXmSvnGetComponentNumber(3X)
Contents
|
DXmSvnGetComponentNumber - Retrieves (returns) the component
number containing a supplied tag value.
int DXmSvnGetComponentNumber(
Widget widget,
XtPointer tag );
The identifier (widget ID) of the SVN widget. A value
that represents the component tag.
The DXmSvnGetComponentNumber routine is called whenever
the application requires the component number that is
associated with a particular tag value. If the specified
tag value is not found, then a value of 0 is returned.
An XtPointer that represents the component number (returns
0 if the supplied tag value is not found).
DXmSvnSetComponentTag(3X), DXmSvnInsertComponent(3X)
DXmSvnGetComponentNumber(3X)
[ Back ] |