 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnSetComponentWidth(3X)
NAME
DXmSvnSetComponentWidth - Sets the width of a component.
SYNOPSIS
void DXmSvnSetComponentWidth(
Widget widget,
int comp_number,
Dimension width );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
comp_number
An integer that represents the component number.
width
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.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|