|
DXmSvnSelectComponent(3X)
Contents
|
DXmSvnSelectComponent - Selects an entry using a specific
component.
void DXmSvnSelectComponent(
Widget widget,
int entry,
int comp_number );
The identifier (widget ID) of the SVN widget. An integer
that represents the entry to select. An integer that represents
the component to select.
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.
DXmSvnSelectComponent(3X)
[ Back ] |