DXmSvnHideHighlighting(3X) DXmSvnHideHighlighting(3X)
NAME
DXmSvnHideHighlighting - Specifies that the SVN widget show highlighted entries in the default format, without using highlighting graphics.
SYNOPSIS
void DXmSvnHideHighlighting(
Widget widget );
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnHideHighlighting routine specifies that the SVN widget show highlighted entries in the default format, without drawing highlight-
ing graphics around those entries. Make this call in your application between calls to DXmSvnDisableDisplay and DXmSvnEnableDisplay to
ensure that the highlighted list is not changing.
To draw highlight graphics around highlighted entries, use the DXmSvnShowHighlighting routine.
DXmSvnHideHighlighting(3X)