Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnInsertComponent(3X)  —  Subroutines

Digital

NAME

DXmSvnInsertComponent − Inserts a new component into each SVN entry. 

SYNOPSIS

void DXmSvnInsertComponent (widget, comp_number, width, tag)
   Widget    widget;
   int      comp_number;
   Dimension   width;
   unsigned int tag;

DESCRIPTION

The DXmSvnInsertComponent routine inserts a new component for each entry currently recognized by the SVN widget. All entries that are currently valid become invalid during this operation.  Note the following:

•A warning message is generated if an attempt is made to insert a component that is not the next in the sequence of components in the entry (for example, you cannot add component 5 if there are only 3 components in the entry; you must add component 4). 

•An entry can hold a maximum of 30 components. 

Arguments

widgetThe identifier (widget ID) of the SVN widget. 

comp_number
An integer that represents the component number to insert.

widthThe width of the component.  This value will be inserted into the widget’s component width array.  You can set or examine this value by using the DXmSvnSetComponentWidth and DXmSvnGetComponentWidth routines. 

tagThe tag for the component.  This value will be inserted into the widget’s component tag array. You can set or examine this value by using the DXmSvnSetComponentTag and DXmSvnGetComponentTag routines. 

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