Index Index for
Section 3X
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DXmSvnGetComponentWidth(3X)

NAME

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

SYNOPSIS

int DXmSvnGetComponentWidth( Widget widget, int comp_number );

PARAMETERS

widget The 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.

Index Index for
Section 3X
Index Alphabetical
listing for D
Top of page Top of
page