DXmSvnSelectComponent(3X) DXmSvnSelectComponent(3X)
NAME
DXmSvnSelectComponent - Selects an entry using a specific component.
SYNOPSIS
void DXmSvnSelectComponent(
Widget widget,
int entry,
int comp_number );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the entry to select. An integer that represents the component to
select.
DESCRIPTION
The DXmSvnSelectComponent routine designates a specified entry as selected. It differs from the DXmSvnSelectEntry routine because it asso-
ciates a specific component with the selection. If the entry is already selected with this component, this call has no effect. Use this
routine when different selection modes are being used and make the call in your application between calls to DXmSvnDisableDisplay and
DXmSvnEnableDisplay.
DXmSvnSelectComponent(3X)