|
DXmSvnGetNumHighlighted(3X)
Contents
|
DXmSvnGetNumHighlighted - Retrieves (returns) the number
of highlighted entries.
int DXmSvnGetNumHighlighted(
Widget widget );
The identifier (widget ID) of the SVN widget.
The DXmSvnGetNumHighlighted routine returns the number of
entries currently highlighted by the user. Use this routine
to determine the number of entries required in the
array being passed to the DXmSvnGetHighlighted routine.
Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure
that the highlighted list is not changing.
An integer that represents the number of highlighted
entries.
DXmSvnGetNumHighlighted(3X)
[ Back ] |