Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetComponentWidth(3X)  —  Subroutines

Digital

NAME

DXmSvnSetComponentWidth − Sets the width of a component. 

SYNOPSIS

void DXmSvnSetComponentWidth (widget, comp_number, width)
   Widget   widget;
   int    comp_number;
   Dimension width;

DESCRIPTION

The DXmSvnSetComponentWidth routine sets the widget level component width data.  This width is used only when the widget is displaying in column mode.  If a component found in this column is larger than the value currently set, the component width is automatically adjusted (which makes setting the component width optional).  New components inserted with the DXmSvnInsertComponent routine may include the component width as an argument to that routine. 

Arguments

widgetThe identifier (widget ID) of the SVN widget. 

comp_number
An integer that represents the component number.

widthThe width to set. 

Return Value

An integer that represents the width of the component. 

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