Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnSetComponentWidth(3X)

NAME

DXmSvnSetComponentWidth − Sets the width of a component. 

SYNOPSIS

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

PARAMETERS

The identifier (widget ID) of the SVN widget.  An integer that represents the component number.  The width to set. 

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 a parameter to that routine. 

RETURN VALUES

An integer that represents the width of the component. 

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