|
DXmSvnSetEntryIndexWindow(3X)
Contents
|
DXmSvnSetEntryIndexWindow - Controls whether the SVN widget
displays the entry in the index window.
void DXmSvnSetEntryIndexWindow(
Widget widget,
int entry,
Boolean index );
The identifier (widget ID) of the SVN widget. An integer
that represents the number of the entry for which information
will be set or changed. 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.
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.
DXmSvnSetEntryIndexWindow(3X)
[ Back ] |