 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnSetComponentTag(3X)
NAME
DXmSvnSetComponentTag - Sets the tag of a component.
SYNOPSIS
void DXmSvnSetComponentTag(
Widget widget,
int comp_number,
XtPointer tag );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
comp_number
An integer that represents the component number.
tag A value that represents the tag.
DESCRIPTION
The DXmSvnSetComponentTag routine sets the widget level component tag data.
(The SVN widget never examines this tag.) This tag may be lost if the
corresponding component is removed with the DXmSvnRemoveComponent routine.
Use the DXmSvnGetComponentTag routine to retrieve the current value of the
tag; use the DXmSvnGetComponentNumber routine to return the component
number associated with the supplied tag.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|