 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnSelectComponent(3X)
NAME
DXmSvnSelectComponent - Selects an entry using a specific component.
SYNOPSIS
void DXmSvnSelectComponent(
Widget widget,
int entry,
int comp_number );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
entry
An integer that represents the entry to select.
comp_number
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 associates 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.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|