Manual Page Result
0
Command: DXmSvnGetNumSelections | Section: 3 | Source: Digital UNIX | File: DXmSvnGetNumSelections.3X.gz
DXmSvnGetNumSelections(3X) DXmSvnGetNumSelections(3X)
NAME
DXmSvnGetNumSelections - Retrieves (returns) the number of selected en-
tries.
SYNOPSIS
int DXmSvnGetNumSelections (widget)
Widget widget;
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnGetNumSelections routine returns the number of entries cur-
rently selected by the user. Use this routine to determine the number
of entries required in the array being passed to the DXmSvnGetSelec-
tions routine. Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the se-
lected list is not changing.
RETURN VALUES
An integer that represents the number of selected entries. delim off
DXmSvnGetNumSelections(3X)