|
DXmSvnGetComponentTag(3X)
Contents
|
DXmSvnGetComponentTag - Retrieves (returns) a component
tag for a specified component number.
XtPointer DXmSvnGetComponentTag(
Widget widget,
unsigned int comp_number );
The identifier (widget ID) of the SVN widget. An integer
that represents the component number.
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 DXmSvnInsertComponent or
DXmSvnSetComponentTag routine.
An XtPointer that represents the tag value (returns 0 if
the component tag has not been set).
DXmSvnGetComponentTag(3X)
[ Back ] |