Manual Page Result
0
Command: DXmSvnEnableDisplay | Section: 3 | Source: Digital UNIX | File: DXmSvnEnableDisplay.3X.gz
DXmSvnEnableDisplay(3X) DXmSvnEnableDisplay(3X)
NAME
DXmSvnEnableDisplay - Reenables the SVN widget.
SYNOPSIS
void DXmSvnEnableDisplay (widget)
Widget widget;
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnEnableDisplay routine reenables the SVN widget, which then
determines whether to update the display (make changes visible to the
user) based on activities recorded while the SVN widget was in the dis-
abled mode. These activities can include changes to selections, the
addition or deletion of entries, or changes to the appearance of en-
tries.
Your application must call this routine following a call to the
DXmSvnDisableDisplay routine.
RELATED INFORMATION
DXmSvnDisableDisplay(3X) delim off
DXmSvnEnableDisplay(3X)