Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnGetComponentTag(3X)  —  Subroutines

NAME

DXmSvnGetComponentTag − Retrieves (returns) a component tag for a specified component number. 

SYNOPSIS

XtPointer DXmSvnGetComponentTag (widget, comp_number)
     Widget        widget;
     unsigned int  comp_number;

PARAMETERS

widgetThe identifier (widget ID) of the SVN widget. 

comp_number
An integer that represents the component number.

DESCRIPTION

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. 

RETURN VALUES

An XtPointer that represents the tag value (returns 0 if the component tag has not been set). 

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