|
DXmSvnHideHighlighting(3X)
Contents
|
DXmSvnHideHighlighting - Specifies that the SVN widget
show highlighted entries in the default format, without
using highlighting graphics.
void DXmSvnHideHighlighting(
Widget widget );
The identifier (widget ID) of the SVN widget.
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.
DXmSvnHideHighlighting(3X)
[ Back ] |