|
DXmSvnClearHighlight(3X)
Contents
|
DXmSvnClearHighlight - Removes (clears) highlighting from
a specified entry.
void DXmSvnClearHighlight(
Widget widget,
int entry );
The identifier (widget ID) of the SVN widget. An integer
that represents the entry that will no longer be highlighted.
The DXmSvnClearHighlight routine removes (clears) highlighting
from a specified entry in the structure. If the
entry is not currently highlighted, this call is ignored.
Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay.
DXmSvnClearHighlight(3X)
[ Back ] |