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