|
DXmSvnGetComponentWidth(3X)
Contents
|
DXmSvnGetComponentWidth - Retrieves (returns) the width of
a specified component.
int DXmSvnGetComponentWidth(
Widget widget,
int comp_number );
The identifier (widget ID) of the SVN widget. An integer
that represents the component number.
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.
An integer that represents the width of the component.
DXmSvnGetComponentWidth(3X)
[ Back ] |