DXmSvnHighlightAll(3X) DXmSvnHighlightAll(3X)
NAME
DXmSvnHighlightAll - Highlights all entries.
SYNOPSIS
void DXmSvnHighlightAll(
Widget widget );
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnHighlightAll routine allows an application to highlight all entries in the structure using a command from the application's menu.
The entries are displayed in a rectangular box (drawn with dashes). Make this call in your application between calls to DXmSvnDisableDis-
play and DXmSvnEnableDisplay.
DXmSvnHighlightAll(3X)