Index Click this button to go to the index for this section.


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 widget;

PARAMETERS

widget 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 highlighting 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.