Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetComponentTag(3X)

NAME

DXmSvnSetComponentTag − Sets the tag of a component. 

SYNOPSIS

void DXmSvnSetComponentTag (widget, comp_number, tag)
      Widget           widget;
      int              comp_number;
      XtPointer        tag;

PARAMETERS

The identifier (widget ID) of the SVN widget.  An integer that represents the component number.  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. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026