Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmSvnGetComponentWidth(3X)  —  Subroutines

NAME

DXmSvnGetComponentWidth − Retrieves (returns) the width of a specified component. 

SYNOPSIS

int DXmSvnGetComponentWidth (widget, comp_number)
     Widget  widget;
     int     comp_number;

PARAMETERS

widgetThe identifier (widget ID) of the SVN widget. 

comp_number
An integer that represents the component number.

DESCRIPTION

The DXmSvnGetComponentWidth routine is called whenever the application requires the component width that is associated with a particular component number.  You can set the value for the width by using the DXmSvnInsertComponent or DXmSvnSetComponentWidth routine.  Note that the SVN widget automatically increases the width field whenever it encounters a component that is wider than the current width value. 

RETURN VALUES

An integer that represents the width of the component. 

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