|
DXmSvnHideSelections(3X)
Contents
|
DXmSvnHideSelections - Specifies that the SVN widget show
selected entries in the default format, without drawing
selection graphics on those entries.
void DXmSvnHideSelections(
Widget widget );
The identifier (widget ID) of the SVN widget.
The DXmSvnHideSelections routine specifies that the SVN
widget show selected entries in the default format
(reverse video in outline mode), without drawing selection
graphics on the entries even if the entries are selected.
Use this routine if you want to hide selections when the
application loses ownership of the global selection. Make
this call in your application between calls to DXmSvnDisableDisplay
and DXmSvnEnableDisplay*O.
To redraw entries with selection graphics, use the DXmSvnShowSelections
routine.
DXmSvnHideSelections(3X)
[ Back ] |