Manual Page Result
0
Command: DXmSvnGetComponentWidth | Section: 3 | Source: Digital UNIX | File: DXmSvnGetComponentWidth.3X.gz
DXmSvnGetComponentWidth(3X) DXmSvnGetComponentWidth(3X)
NAME
DXmSvnGetComponentWidth - Retrieves (returns) the width of a specified
component.
SYNOPSIS
int DXmSvnGetComponentWidth (widget, comp_number)
Widget widget;
int comp_number;
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that repre-
sents the component number.
DESCRIPTION
The DXmSvnGetComponentWidth routine is called whenever the application
requires the component width that is associated with a particular com-
ponent 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 en-
counters a component that is wider than the current width value.
RETURN VALUES
An integer that represents the width of the component. delim off
DXmSvnGetComponentWidth(3X)