*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

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)

Navigation Options