Manual Page Result
0
Command: DXmSvnValidateAll | Section: 3 | Source: Digital UNIX | File: DXmSvnValidateAll.3X.gz
DXmSvnValidateAll(3X) DXmSvnValidateAll(3X)
NAME
DXmSvnValidateAll - Ensures that all entries are valid.
SYNOPSIS
void DXmSvnValidateAll (widget)
Widget widget;
PARAMETERS
The identifier (widget ID) of the SVN widget.
DESCRIPTION
The DXmSvnValidateAll routine examines all entries to ensure that each
is valid. If other entries are added while a particular entry is being
validated, the routine validates those new entries as well. (The rou-
tine calls DXmSvnNgetEntryCallback to obtain entries from the applica-
tion.) This routine will not complete its operation until all entries
are valid. Make this call in your application between calls to
DXmSvnDisableDisplay and DXmSvnEnableDisplay. delim off
DXmSvnValidateAll(3X)