Manual Page Result
0
Command: DXmSvnSetEntrySensitivity | Section: 3 | Source: Digital UNIX | File: DXmSvnSetEntrySensitivity.3X.gz
DXmSvnSetEntrySensitivity(3X) DXmSvnSetEntrySensitivity(3X)
NAME
DXmSvnSetEntrySensitivity - Controls whether the user can select a par-
ticular entry.
SYNOPSIS
void DXmSvnSetEntrySensitivity (widget, entry, sens)
Widget widget;
int entry;
Boolean sens;
PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that repre-
sents the number of the entry whose sensitivity will be set or changed.
A Boolean value that, when True, means the entry is sensitive (the user
can select it). If the value is False, the SVN widget will dim the dis-
play of the entry to indicate that the entry is not sensitive (the user
cannot select it).
DESCRIPTION
The DXmSvnSetEntrySensitivity routine changes the sensitivity of an en-
try ("sensitivity" means whether the SVN widget will allow the user to
select a particular entry). When using this routine, note the follow-
ing: Make the call in your application between calls to DXmSvnDis-
ableDisplay and DXmSvnEnableDisplay. If the newly specified sensitiv-
ity is the same as the current sensitivity, the call is ignored. If
the newly specified sensitivity for the entry is different from the
current sensitivity, that entry is redisplayed if necessary. If an en-
try is being changed to no longer be sensitive (the user cannot select
the entry) and that entry is currently selected, the entry will be
cleared (canceled) and then redisplayed. delim off
DXmSvnSetEntrySensitivity(3X)