|
DXmSvnGetNumDisplayed(3X)
Contents
|
DXmSvnGetNumDisplayed - Retrieves (returns) the number of
entries currently being displayed in the window.
int DXmSvnGetNumDisplayed(
Widget widget );
The identifier (widget ID) of the SVN widget.
The DXmSvnGetNumDisplayed routine returns the number of
entries currently being displayed in the SVN window. Use
this routine to determine the number of entries required
in the arrays being passed to the DXmSvnGetDisplayed routine.
Note that this routine is not supported in tree mode (it
will return a value of 0).
An integer that represents the number of entries currently
being displayed.
DXmSvnGetNumDisplayed(3X)
[ Back ] |