|
DXmSvnClearSelection(3X)
Contents
|
DXmSvnClearSelection - Clears (cancels) the selection of a
specified entry.
void DXmSvnClearSelection(
Widget widget,
int entry );
The identifier (widget ID) of the SVN widget. An integer
that represents the entry that will no longer be selected.
The DXmSvnClearSelection routine clears, or cancels, the
selection of a particular entry in the structure. If the
entry is not currently selected, the call is ignored.
Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay.
DXmSvnClearSelection(3X)
[ Back ] |