Index Index for
Section 3X
Index Alphabetical
listing for D
Bottom of page Bottom of
page

DXmSvnGetNumSelections(3X)

NAME

DXmSvnGetNumSelections - Retrieves (returns) the number of selected entries.

SYNOPSIS

int DXmSvnGetNumSelections( Widget widget );

PARAMETERS

widget The identifier (widget ID) of the SVN widget.

DESCRIPTION

The DXmSvnGetNumSelections routine returns the number of entries currently selected by the user. Use this routine to determine the number of entries required in the array being passed to the DXmSvnGetSelections routine. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to ensure that the selected list is not changing.

RETURN VALUES

An integer that represents the number of selected entries.

Index Index for
Section 3X
Index Alphabetical
listing for D
Top of page Top of
page