|
DXmSvnSetComponentTag(3X)
Contents
|
DXmSvnSetComponentTag - Sets the tag of a component.
void DXmSvnSetComponentTag(
Widget widget,
int comp_number,
XtPointer tag );
The identifier (widget ID) of the SVN widget. An integer
that represents the component number. A value that represents
the tag.
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.
DXmSvnSetComponentTag(3X)
[ Back ] |