| Click this button to go to the index for this section. |
DXmSvnHideSelections(3X)
NAME
DXmSvnHideSelections - Specifies that the SVN widget show selected entries in the default format, without drawing selection graphics on those entries.SYNOPSIS
void DXmSvnHideSelections (widget) Widget widget;PARAMETERS
widget The identifier (widget ID) of the SVN widget.DESCRIPTION
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.