DXmSvnFlushEntry(3X) DXmSvnFlushEntry(3X)
NAME
DXmSvnFlushEntry - Displays the specified entry on the screen if it is the next logically displayed entry.
SYNOPSIS
void DXmSvnFlushEntry(
Widget widget,
int entry );
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the specified entry.
DESCRIPTION
The DXmSvnFlushEntry routine displays (or "flushes") an entry on the screen (in outline mode only) if the entry number passed to the rou-
tine is one integer greater than the entry number of the last displayed entry and there is enough space for the entry to fit in the dis-
play. If there is not enough blank space for the entry to fit, DXmSvnFlushEntry permits the SVN widget to scroll to the entry.
DXmSvnFlushEntry(3X)