DXmSvnHighlightEntry(3X) — Subroutines
NAME
DXmSvnHighlightEntry − Highlights a specified entry.
SYNOPSIS
void DXmSvnHighlightEntry (widget, entry)
Widget widget;
int entry;
PARAMETERS
widgetThe identifier (widget ID) of the SVN widget.
entryAn integer that represents the number of the entry to be highlighted.
DESCRIPTION
The DXmSvnHighlightEntry routine designates a particular entry as highlighted. If the entry is already highlighted, this call is ignored. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay.