|
DXmSvnSetComponentWidth(3X)
Contents
|
DXmSvnSetComponentWidth - Sets the width of a component.
void DXmSvnSetComponentWidth(
Widget widget,
int comp_number,
Dimension width );
The identifier (widget ID) of the SVN widget. An integer
that represents the component number. The width to set.
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.
An integer that represents the width of the component.
DXmSvnSetComponentWidth(3X)
[ Back ] |