 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmSvnSetEntryIndexWindow(3X)
NAME
DXmSvnSetEntryIndexWindow - Controls whether the SVN widget displays the
entry in the index window.
SYNOPSIS
void DXmSvnSetEntryIndexWindow(
Widget widget,
int entry,
Boolean index );
PARAMETERS
widget
The identifier (widget ID) of the SVN widget.
entry
An integer that represents the number of the entry for which
information will be set or changed.
index
A Boolean value that, when True, indicates that all of the entries
being added will be displayed either in the scroll index window when
the user drags the slider (in outline or column mode) or in the
Navigation Window (in tree mode).
If you set this argument to True, the DXmNliveScrolling resource must
be set to False. Note as well that if the display mode is
DXmSvnKdisplayTree and you have set the DXmSvnNTreeIndexAll resource to
True, this specification will be overridden.
DESCRIPTION
The DXmSvnSetEntryIndexWindow routine enables an application to respond to
a DXmSvnCRGetEntry callback requesting the information for an entry. It
provides some of the functions of the DXmSvnSetEntry routine, but only
requires a subset of the information.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|